ez-indexation / app / node_modules / is-typedarray /
@kieffer kieffer authored on 7 Mar 2017
..
LICENSE.md v0.0.0 7 years ago
README.md v0.0.0 7 years ago
index.js v0.0.0 7 years ago
package.json v0.0.0 7 years ago
test.js v0.0.0 7 years ago
README.md

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.