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