login/node_modules/is-typedarray
Balaga Gayatri 74dd83c7c8 node_modules
2021-10-22 12:50:18 +05:30
..
index.js node_modules 2021-10-22 12:50:18 +05:30
LICENSE.md node_modules 2021-10-22 12:50:18 +05:30
package.json node_modules 2021-10-22 12:50:18 +05:30
README.md node_modules 2021-10-22 12:50:18 +05:30
test.js node_modules 2021-10-22 12:50:18 +05:30

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.