summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/README.md
blob: 26d2593ad3b3cc676c4f90d0bd67c70c19874c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lodash._arrayincludeswith v4.0.0

The internal [lodash](https://lodash.com/) function `arrayIncludesWith` exported as a [Node.js](https://nodejs.org/) module.

## Installation

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

In Node.js:
```js
var arrayIncludesWith = require('lodash._arrayincludeswith');
```

See the [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash._arrayincludeswith) for more details.