hadash
v1.1.1
Published
The Hadash library reimplement the Lodash in another way
Downloads
4
Readme
hadash
Installation
Using npm:
npm i --save hadash
In Node.js
// Load the full build.
const ha = require('hadash');
// Load methods.
const {chunk} = require('hadash');
Support
have done
See the package source for more details.
array
- compact
- difference
- drop
- dropRight
- fill
- chunk
- first
- flatten
- flattenDeep
- initial
- last
- rest
- slice
- take
- takeRight
- union
date
- now
math
- add
number
- inRange
- random
string
- repeat
lang
- gt
- gte
- isArray
- isObject
- lt
- lte
- isNaN