UNPKG

har-to-k6

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