Zhouyiping 5a7c95461a first commit 2 days ago
..
LICENSE.md 5a7c95461a first commit 2 days ago
README.md 5a7c95461a first commit 2 days ago
index.js 5a7c95461a first commit 2 days ago
package.json 5a7c95461a first commit 2 days ago
test.js 5a7c95461a first commit 2 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.