lidash
v0.1.3
Published
Array and object immutable helpers inspired by lodash
Downloads
15
Maintainers
Readme
lidash
Array and object immutable helpers inspired by lodash
Installation
npm install lidash
Usage
const {
difference,
eq,
get,
groupBy,
has,
identity,
includes,
intersection,
mapValues,
maxBy,
minBy,
omit,
pick,
range,
sortBy,
sumBy,
union,
uniq,
without,
} = require('lidash');
...
Tests
npm run test
License
MIT