is-typedarray

hughsk
popular js
is-typedarray JS library on GitHub is-typedarray JS library on npm Download is-typedarray JS library

Detect whether or not an object is a Typed Array

Version 1.0.0 License MIT
is-typedarray has no homepage
is-typedarray JS library on GitHub
is-typedarray JS library on npm
Download is-typedarray JS library
Keywords
typedarraydetectisutil

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.