# is-typedarray

> Detect whether or not an object is a Typed Array

Latest version **1.0.0** (published 2015-05-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-typedarray
pnpm add is-typedarray
yarn add is-typedarray
bun add is-typedarray
```

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-05-17 |
| First published | 2014-06-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/is-typedarray) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | Hugh Kennedy |
| Maintainers | hughsk |
| Keywords | typed, array, detect, is, util |

## Links

- npm: https://www.npmjs.com/package/is-typedarray
- Repository: https://github.com/hughsk/is-typedarray
- Issues: https://github.com/hughsk/is-typedarray/issues
- npm.io page: https://npm.io/package/is-typedarray

## 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

- 1.0.0 (latest) — 2015-05-17
- 0.0.0 — 2014-06-01

## README

# is-typedarray [![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)

Detect whether or not an object is a
[Typed Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays).

## Usage

[![NPM](https://nodei.co/npm/is-typedarray.png)](https://nodei.co/npm/is-typedarray/)

### isTypedArray(array)

Returns `true` when array is a Typed Array, and `false` when it is not.

## License

MIT. See [LICENSE.md](http://github.com/hughsk/is-typedarray/blob/master/LICENSE.md) for details.

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