npm.io
3.10.2 • Published 10 years ago

lodash-compat

Licence
MIT
Version
3.10.2
Deps
0
Vulns
0
Weekly
0
Stars
8
Better alternativeSee documentation for alternatives Documentation

lodash-compat v3.10.2

The compatibility build of lodash exported as Node.js modules.

Discontinued

This package has been discontinued. No further development is expected.

Installation

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.

Keywords