ffffng/app/bower_components/lodash
2016-06-11 17:57:30 +02:00
..
.github Lots of updates 2016-05-16 16:56:29 +02:00
dist Updated bower libs. 2016-06-11 17:57:30 +02:00
doc Updated bower libs. 2016-06-11 17:57:30 +02:00
fp Updated bower libs. 2016-06-11 17:57:30 +02:00
lib Updated bower libs. 2016-06-11 17:57:30 +02:00
perf Lots of updates 2016-05-16 16:56:29 +02:00
test Updated bower libs. 2016-06-11 17:57:30 +02:00
vendor Lots of updates 2016-05-16 16:56:29 +02:00
.bower.json Updated bower libs. 2016-06-11 17:57:30 +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 Updated bower libs. 2016-06-11 17:57:30 +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 Updated bower libs. 2016-06-11 17:57:30 +02:00
package.json Updated bower libs. 2016-06-11 17:57:30 +02:00
README.md Updated bower libs. 2016-06-11 17:57:30 +02:00

lodash v4.13.1

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.