# x-is-array

> Simple array test

Latest version **0.1.0** (published 2014-04-04) · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2014-04-04 |
| First published | 2014-04-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Matt-Esch |
| Maintainers | mattesch |

## Links

- npm: https://www.npmjs.com/package/x-is-array
- Repository: https://github.com/Matt-Esch/x-is-array
- Issues: https://github.com/Matt-Esch/x-is-array/issues
- npm.io page: https://npm.io/package/x-is-array

## Recent versions

- 0.1.0 (latest) — 2014-04-04

## README

# x-is-array

Simple array test

## Example

```js
var isArray = require("x-is-array")

isArray([])
// -> true

isArray("hello")
// -> false

isArray("")
// -> false

isArray(9)
// -> false

isArray(true)
// -> false

isArray(new Date())
// -> false

isArray({
// -> false

isArray(null)
// -> false

isArray(undefined)
// -> false
```

## Installation

`npm install x-is-array`

## Contributors

 - Matt-Esch

## MIT Licenced

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