Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nikola Ignjatovic d724149647 Init commit il y a 5 ans
..
LICENSE.md Init commit il y a 5 ans
README.md Init commit il y a 5 ans
index.js Init commit il y a 5 ans
package.json Init commit il y a 5 ans
test.js Init commit il y a 5 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.