mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 17:26:24 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/4958 Reviewed-By: Myles Borins <mborins@us.ibm.com> Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> |
||
---|---|---|
.. | ||
node_modules | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
lodash.without v4.0.1
The lodash method _.without
exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.without
In Node.js:
var without = require('lodash.without');
See the documentation or package source for more details.