Skip to content

A collection of Lo-Dash methods as Node.js modules.

License

Notifications You must be signed in to change notification settings

fouxh/lodash-node

 
 

Repository files navigation

lodash-node v3.0.0-pre

A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.

Installation & usage

Using npm:

npm i --save lodash-node

{sudo} npm i -g lodash-node
npm ln lodash-node

In Node.js:

var _ = require('lodash-node');

// or as Underscore
var _ = require('lodash-node/underscore');

// or by method category
var collections = require('lodash-node/modern/collections');

// or individual methods
var isEqual = require('lodash-node/modern/objects/isEqual');
var findWhere = require('lodash-node/underscore/collections/findWhere');

Author

twitter/jdalton
John-David Dalton

Contributors

twitter/blainebublitz twitter/kitcambridge twitter/mathias
Blaine Bublitz Kit Cambridge Mathias Bynens

About

A collection of Lo-Dash methods as Node.js modules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%