Skip to content

Array and Object essential helpers inspired by lodash

License

Notifications You must be signed in to change notification settings

maikelrobier/lidash

Repository files navigation

lidash CircleCI

Lidash (light-weight lodash) is a tiny package containing utilities to manipulate arrays and objects without mutating them. Exported functions keep the same signature as their lodash equivalents.

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

About

Array and Object essential helpers inspired by lodash

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published