lucaconte 7cc26e831d presentations преди 6 години
..
array 7cc26e831d presentations преди 6 години
chain 7cc26e831d presentations преди 6 години
collection 7cc26e831d presentations преди 6 години
date 7cc26e831d presentations преди 6 години
function 7cc26e831d presentations преди 6 години
internal 7cc26e831d presentations преди 6 години
lang 7cc26e831d presentations преди 6 години
math 7cc26e831d presentations преди 6 години
number 7cc26e831d presentations преди 6 години
object 7cc26e831d presentations преди 6 години
string 7cc26e831d presentations преди 6 години
utility 7cc26e831d presentations преди 6 години
LICENSE 7cc26e831d presentations преди 6 години
README.md 7cc26e831d presentations преди 6 години
array.js 7cc26e831d presentations преди 6 години
chain.js 7cc26e831d presentations преди 6 години
collection.js 7cc26e831d presentations преди 6 години
date.js 7cc26e831d presentations преди 6 години
function.js 7cc26e831d presentations преди 6 години
index.js 7cc26e831d presentations преди 6 години
lang.js 7cc26e831d presentations преди 6 години
math.js 7cc26e831d presentations преди 6 години
number.js 7cc26e831d presentations преди 6 години
object.js 7cc26e831d presentations преди 6 години
package.json 7cc26e831d presentations преди 6 години
string.js 7cc26e831d presentations преди 6 години
support.js 7cc26e831d presentations преди 6 години
utility.js 7cc26e831d presentations преди 6 години

README.md

lodash v3.10.1

The modern build of lodash exported as Node.js/io.js modules.

Generated using lodash-cli:

$ lodash modularize modern exports=node -o ./
$ lodash modern -d -o ./index.js

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash

In Node.js/io.js:

// load the modern build
var _ = require('lodash');
// or a method category
var array = require('lodash/array');
// or a method (great for smaller builds with browserify/webpack)
var chunk = require('lodash/array/chunk');

See the package source for more details.

Note:
Don’t assign values to the special variable _ when in the REPL.
Install n_ for a REPL that includes lodash by default.

Module formats

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

Further Reading

Features

Support

Tested in Chrome 43-44, Firefox 38-39, IE 6-11, MS Edge, Safari 5-8, ChakraNode 0.12.2, io.js 2.5.0, Node.js 0.8.28, 0.10.40, & 0.12.7, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6. Automated browser & CI test runs are available. Special thanks to Sauce Labs for providing automated browser testing.