# @amphibian/is-array

> array type checker

Latest version **1.0.5** (published 2016-12-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install @amphibian/is-array
pnpm add @amphibian/is-array
yarn add @amphibian/is-array
bun add @amphibian/is-array
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2016-12-14 |
| First published | 2015-11-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/is-array
- Repository: https://gitlab.com/thomaslindstr_m/is-array
- Homepage: https://gitlab.com/thomaslindstr_m/is-array#README
- Issues: https://gitlab.com/thomaslindstr_m/is-array/issues
- npm.io page: https://npm.io/package/@amphibian/is-array

## Recent versions

- 1.0.5 (latest) — 2016-12-14
- 1.0.4 (lerna-temp) — 2016-12-14
- 1.0.3 — 2016-12-05
- 1.0.2 — 2016-09-08
- 1.0.0 — 2015-11-11

## README

# is-array

[![build status](https://gitlab.com/ci/projects/107900/status.png?ref=master)](https://gitlab.com/ci/projects/107900?ref=master)

array type checker

```
npm install @amphibian/is-array
```

```javascript
var isArray = require('@amphibian/is-array');

isArray([]); // > true
isArray({}); // > false
```

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