UNPKG

har-to-k6

Version:
12 lines (9 loc) 199 B
const comment = require('./comment') function header(result) { if (result.comment.length) { return comment(result.comment.join(`\n`)) } else { return null } } module.exports = header