Gogs df670eaa27 first commit před 3 týdny
..
LICENSE.md df670eaa27 first commit před 3 týdny
README.md df670eaa27 first commit před 3 týdny
index.js df670eaa27 first commit před 3 týdny
package.json df670eaa27 first commit před 3 týdny
test.js df670eaa27 first commit před 3 týdny

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.