@paulio/array-util-js
v0.1.2
Published
P102: Personalised collection of functions for manipulating and querying JavaScript arrays
Maintainers
Readme
P102: JavaScript Array Utility Functions
Personalised collection of functions for manipulating and querying JavaScript arrays.
API Documentation in /src.
Import from NPM
package.json
{
"dependencies": {
"@paulio/array-util-js": "0.1.0"
}
}my-script.js
import ArrayUtil from '@paulio/array-util-js'
// ...Made to be Plundered
Copy & paste files from /src into your project. Tests are written in Jest but should be easy to adapt or rewrite for whatever testing framework.
