The lodash method `_.bind` exported as a module.
npm install lodash.bindThe lodash method _.bind exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.bind
In Node.js:
`js``
var bind = require('lodash.bind');
See the documentation or package source for more details.