lodash-node v3.10.2
The compatibility & modern builds of lodash exported as Node.js modules.
Discontinued
This package has been discontinued in favor of lodash@npm.
Installation
Using npm:
$ {sudo -H} npm i -g npm$ npm i --save lodash-node
In Node.js:
// load the modern buildvar _ = ;// or the compatibility buildvar _ = ;// or a method categoryvar array = ;// or a methodvar chunk = ;
See the package source for more details.