ffffng/app/bower_components/lodash
2016-05-16 16:56:29 +02:00
..
.github Lots of updates 2016-05-16 16:56:29 +02:00
dist Lots of updates 2016-05-16 16:56:29 +02:00
doc Lots of updates 2016-05-16 16:56:29 +02:00
fp Lots of updates 2016-05-16 16:56:29 +02:00
lib Lots of updates 2016-05-16 16:56:29 +02:00
perf Lots of updates 2016-05-16 16:56:29 +02:00
test Lots of updates 2016-05-16 16:56:29 +02:00
vendor Lots of updates 2016-05-16 16:56:29 +02:00
.bower.json Lots of updates 2016-05-16 16:56:29 +02:00
.editorconfig Lots of updates 2016-05-16 16:56:29 +02:00
.gitattributes Lots of updates 2016-05-16 16:56:29 +02:00
.gitignore Lots of updates 2016-05-16 16:56:29 +02:00
.jscsrc Lots of updates 2016-05-16 16:56:29 +02:00
.markdown-doctest-setup.js Lots of updates 2016-05-16 16:56:29 +02:00
.travis.yml Lots of updates 2016-05-16 16:56:29 +02:00
LICENSE Lots of updates 2016-05-16 16:56:29 +02:00
lodash.js Lots of updates 2016-05-16 16:56:29 +02:00
package.json Lots of updates 2016-05-16 16:56:29 +02:00
README.md Lots of updates 2016-05-16 16:56:29 +02:00

lodash v4.12.0

Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Twitter | Chat

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

Download

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

Why Lodash?

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

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

Module Formats

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