8000 GitHub - lodash/lodash at 9ca02a448ee14ca35da94af306212ac24beddff5
[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 the one that’s right for you.

Module Formats

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

CDN copies are available on jsDelivr & cdnjs.
Create custom builds with only the features you need.

Further Reading

0