fleet-docs/node_modules/is-typedarray
divya-mohan0209 9de94a264c Initial commit 2022-09-22 09:54:31 +05:30
..
LICENSE.md Initial commit 2022-09-22 09:54:31 +05:30
README.md Initial commit 2022-09-22 09:54:31 +05:30
index.js Initial commit 2022-09-22 09:54:31 +05:30
package.json Initial commit 2022-09-22 09:54:31 +05:30
test.js Initial commit 2022-09-22 09:54:31 +05:30

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.