Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « lodash.isarray « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da1580fabe99194947eb43c18325dcd7580b7768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lodash.isarray v4.0.0

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

## Installation

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

In Node.js:
```js
var isArray = require('lodash.isarray');
```

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