Using npm:
npm i --save hadash
In Node.js
// Load the full build.
const ha = require('hadash');
// Load methods.
const {chunk} = require('hadash');
See the package source for more details.
- compact
- difference
- drop
- dropRight
- fill
- chunk
- first
- flatten
- flattenDeep
- initial
- last
- rest
- slice
- take
- takeRight
- union
- now
- add
- inRange
- random
- repeat
- gt
- gte
- isArray
- isObject
- lt
- lte
- isNaN