# @writetome51/is-array-not-array

> 2 functions that check if argument is or is not array

Latest version **2.0.0** (published 2020-07-27) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2020-07-27 |
| First published | 2019-04-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Steve Thompson |
| Maintainers | writetome51 |
| Keywords | is, not, array, type-checking, type, check, data-type |

## Links

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

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2020-07-27
- 1.0.0 — 2019-04-08

## README

# isArray(arg): boolean

# notArray(arg): boolean


## Installation
`npm i  @writetome51/is-array-not-array`

## Loading
```js
import { isArray, notArray} from '@writetome51/is-array-not-array';
```

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