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

lodash.difference v4.5.0

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

Installation

Using npm:

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

In Node.js:

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

See the documentation or package source for more details.