setup-node/node_modules/is-typedarray
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00
..
index.js . 2020-01-24 12:21:24 -05:00
LICENSE.md . 2020-01-24 12:21:24 -05:00
package.json . 2020-01-24 12:21:24 -05:00
README.md . 2020-01-24 12:21:24 -05:00
test.js . 2020-01-24 12:21:24 -05: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.