sonia-js/node_modules/is-typedarray
2024-07-20 14:47:23 -06:00
..
index.js init 2023-03-30 09:45:31 +00:00
LICENSE.md init 2023-03-30 09:45:31 +00:00
package.json a 2024-07-20 14:47:23 -06:00
README.md init 2023-03-30 09:45:31 +00:00
test.js init 2023-03-30 09:45:31 +00: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.