0.1.3 • Published 5 years ago

lidash v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

lidash CircleCI

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

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago