Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Nikola Ignjatovic d724149647 Init commit 4 anos atrás
..
LICENSE.md Init commit 4 anos atrás
README.md Init commit 4 anos atrás
index.js Init commit 4 anos atrás
package.json Init commit 4 anos atrás
test.js Init commit 4 anos atrás

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.