cmy a6e36702ec 2023-3-1 il y a 2 ans
..
LICENSE.md a6e36702ec 2023-3-1 il y a 2 ans
README.md a6e36702ec 2023-3-1 il y a 2 ans
index.js a6e36702ec 2023-3-1 il y a 2 ans
package.json a6e36702ec 2023-3-1 il y a 2 ans
test.js a6e36702ec 2023-3-1 il y a 2 ans

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.