arra
v0.0.12
Published
My very own functions for array manipulation, called `arra`
Downloads
2
Readme
My very own functions for array manipulation, called arra
. Functions, that I did not find in any other library.
Installation
npm i arra -S
Usage
To have all functions at your disposal, import it and then do this in your main:
Arra.includeMe()
After that all methods will be available as Array
members.