Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Christian Ziermann b8da0c7023 Initial commit 5 lat temu
..
LICENSE.md Initial commit 5 lat temu
README.md Initial commit 5 lat temu
index.js Initial commit 5 lat temu
package.json Initial commit 5 lat temu
test.js Initial commit 5 lat temu

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.