# lodash.differencewith v4.5.0

The [lodash](https://lodash.com/) method `_.differenceWith` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.differencewith
```

In Node.js:
```js
var differenceWith = require('lodash.differencewith');
```

See the [documentation](https://lodash.com/docs#differenceWith) or [package source](https://github.com/lodash/lodash/blob/4.5.0-npm-packages/lodash.differencewith) for more details.
