setup-python/node_modules/is-typedarray
Stephen Franceschelli ec0a863019 Fix.
2019-07-30 13:16:01 -04:00
..
index.js Fix. 2019-07-30 13:16:01 -04:00
LICENSE.md Fix. 2019-07-30 13:16:01 -04:00
package.json Fix. 2019-07-30 13:16:01 -04:00
README.md Fix. 2019-07-30 13:16:01 -04:00
test.js Fix. 2019-07-30 13:16:01 -04:00

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.