string-sliceevery
v0.0.1
Published
Sets up a custom sliceEvery function that allows you to do crazy things!
Readme
string-sliceEvery
This package adds a custom function th String.prototype called sliceEvery!
Usage
require('string-sliceEvery')()What does it do?
If you executed the code above, you are now able to do this!
"blahblahblah".sliceEvery(4), and this will returns...
["blah","blah","blah"]