tree: a6cd04fa8e3c3094374fbee2653df12116661db9 [path history] [tgz]
  1. index.js
  2. LICENSE
  3. package.json
  4. README.md
node_modules/lodash.bind/README.md

lodash.bind v4.2.1

The lodash method _.bind exported as a Node.js module.

Installation

Using npm:

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

In Node.js:

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

See the documentation or package source for more details.