Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-typedarray

hughsk115.3mMIT1.0.0TypeScript support: definitely-typed

Detect whether or not an object is a Typed Array

typed, array, detect, is, util

readme

is-typedarray locked

Detect whether or not an object is a Typed Array.

Usage

NPM

isTypedArray(array)

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

License

MIT. See LICENSE.md for details.