Files
lodash/lodash.bind/README.md
2018-02-03 19:13:27 -08:00

545 B
Raw Blame History

lodash.bind v3.1.0

The modern build of lodashs _.bind exported as a Node.js/io.js module.

Installation

Using npm:

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

In Node.js/io.js:

var bind = require('lodash.bind');

See the documentation or package source for more details.