UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (4 loc) 118 B
function indent(text, n) { return text.split('\n').map(l => ' '.repeat(n) + l).join('\n') } module.exports = indent