0.0.1 • Published 5 years ago
string-sliceevery v0.0.1
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"]0.0.1
5 years ago