Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nikola Ignjatovic d724149647 Init commit před 5 roky
..
LICENSE.md Init commit před 5 roky
README.md Init commit před 5 roky
index.js Init commit před 5 roky
package.json Init commit před 5 roky
test.js Init commit před 5 roky

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.