UNPKG

har-to-k6

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