expand-string-professionally

Turns 'this' into 't h i s'

Usage no npm install needed!

<script type="module">
  import expandStringProfessionally from 'https://cdn.skypack.dev/expand-string-professionally';
</script>

README

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