8000 GitHub - lodash/lodash at 86f2a1061c5abbca2dc32c0bf65562b5e693ddea
[go: up one dir, main page]

Skip to content

lodash/lodash

Repository files navigation

lodash v4.4.0

The lodash library exported as a UMD module.

Generated using lodash-cli:

$ npm run build
$ lodash -o ./dist/lodash.js
$ lodash core -o ./dist/lodash.core.js

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:

  • Iterating arrays, objects, & strings
  • Manipulating & testing values
  • Creating composite functions

Community

Gitter

Documentation

Download

Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that’s right for you.

Module Formats

Lodash is available in a variety of builds & module formats.

Further Reading

0