cmy 02a04f55a0 2023-3-15 2 лет назад
..
LICENSE.md 02a04f55a0 2023-3-15 2 лет назад
README.md 02a04f55a0 2023-3-15 2 лет назад
index.js 02a04f55a0 2023-3-15 2 лет назад
package.json 02a04f55a0 2023-3-15 2 лет назад
test.js 02a04f55a0 2023-3-15 2 лет назад

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.