UNPKG

har-to-k6

Version:
9 lines (7 loc) 144 B
function indent(text) { return text .split('\n') .map((line) => (line ? ` ${line}` : ``)) .join('\n') } module.exports = indent