UNPKG

har-to-k6

Version:
10 lines (7 loc) 161 B
const variable = require('./variable') function variables(node, spec) { for (const item of node) { variable(item, spec) } } module.exports = variables