kiruthiga 55473b7e7c initial push 5 days ago
..
LICENSE.md 55473b7e7c initial push 5 days ago
README.md 55473b7e7c initial push 5 days ago
index.js 55473b7e7c initial push 5 days ago
package.json 55473b7e7c initial push 5 days ago
test.js 55473b7e7c initial push 5 days ago

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.