# part-is-array

> ## Installation

Latest version **0.0.1** (published 2013-04-20) · 0 weekly downloads

## Install

```sh
npm install part-is-array
pnpm add part-is-array
yarn add part-is-array
bun add part-is-array
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2013-04-20 |
| First published | 2013-04-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | viatropos |

## Links

- npm: https://www.npmjs.com/package/part-is-array
- npm.io page: https://npm.io/package/part-is-array

## Recent versions

- 0.0.1 (latest) — 2013-04-20

## README

# `isArray`

## Installation

node.js:

```bash
npm install part-is-array
```

browser:

```bash
component install part/is-array
```

## Example

```js
var isArray = require('is-array');
isArray([]) // true
```

## Licence

MIT

---
_Source: https://npm.io/package/part-is-array · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
