Dailin 415ba84223 | pirms 3 gadiem | ||
---|---|---|---|
.. | |||
LICENSE | pirms 3 gadiem | ||
README.md | pirms 3 gadiem | ||
index.js | pirms 3 gadiem | ||
package.json | pirms 3 gadiem |
The lodash method _.reject
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.reject
In Node.js:
var reject = require('lodash.reject');
See the documentation or package source for more details.