$ npm install lodash-compat
The compatibility build of lodash exported as Node.js modules.
This package has been discontinued. No further development is expected.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash-compat
In Node.js:
// load the compatibility build
var _ = require('lodash-compat');
// or a method category
var array = require('lodash-compat/array');
// or a method
var chunk = require('lodash-compat/array/chunk');
See the package source for more details.
© 2010 - cnpmjs.org x YWFE | Home | YWFE