# @ungap/is-array

> An is-array polyfill for legacy browsers.

Latest version **0.2.0** (published 2020-05-02) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2020-05-02 |
| First published | 2018-11-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | isArray, polyfill, legacy, ungap |

## Links

- npm: https://www.npmjs.com/package/@ungap/is-array
- Repository: https://github.com/ungap/is-array
- Homepage: https://github.com/ungap/is-array#readme
- Issues: https://github.com/ungap/is-array/issues
- npm.io page: https://npm.io/package/@ungap/is-array

## Recent versions

- 0.2.0 (latest) — 2020-05-02
- 0.1.1 — 2018-11-23
- 0.1.0 — 2018-11-22

## README

# Array.isArray

[![Build Status](https://travis-ci.com/ungap/is-array.svg?branch=master)](https://travis-ci.com/ungap/is-array) [![Coverage Status](https://coveralls.io/repos/github/ungap/is-array/badge.svg?branch=master)](https://coveralls.io/github/ungap/is-array?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/is-array.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)

An [Array.isArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray) polyfill for legacy browsers.

  * CDN via https://unpkg.com/@ungap/is-array
  * ESM via `import isArray from '@ungap/is-array'`
  * CJS via `const isArray = require('@ungap/is-array')`

Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).

[Live test](https://ungap.github.io/is-array/test/)

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