1.0.1 • Published 4 years ago

expand-string-professionally v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Expand String

Turns 'this' into 't h i s'

Example Usage

const expand = require('expand-string-professionally')

// Expand by one space
console.log(expand('test'))

// Expand by custom number of spaces
console.log(expand('test', 10))

Testing

npm test

Disclaimer

This is 100% a troll package and is not intended to be used in any production environments

1.0.1

4 years ago

1.0.0

4 years ago