0.0.1 • Published 4 years ago

string-sliceevery v0.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

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"]