pixsy/node_modules/is-typedarray
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
LICENSE.md initial 2017-12-22 17:22:08 +00:00
README.md initial 2017-12-22 17:22:08 +00:00
index.js initial 2017-12-22 17:22:08 +00:00
package.json initial 2017-12-22 17:22:08 +00:00
test.js initial 2017-12-22 17:22:08 +00:00

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.