UNPKG

har-to-k6

Version:
13 lines (9 loc) 280 B
const strToFunctionName = require('../helpers/strToFunctionName') function exportAs(value = '', result) { const strValue = String(value) if (strValue !== '') { result.defaultExport = false } result.exportAs = strToFunctionName(strValue) } module.exports = exportAs