is-typedarray

Detect whether or not an object is a Typed Array

MIT 2 个版本
安装
npm install is-typedarray
yarn add is-typedarray
pnpm add is-typedarray
bun add is-typedarray
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.

版本列表
1.0.0 2015-05-17
0.0.0 2014-06-01