UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

5 lines (4 loc) 104 B
module.exports = (string, n = 0) => { n -= string.length return string + ' '.repeat(n > -1 ? n : 0) }