Eric Foster 35b96bc934 initial commit 6 年 前
..
LICENSE.md initial commit 6 年 前
README.md initial commit 6 年 前
index.js initial commit 6 年 前
package.json initial commit 6 年 前
test.js initial commit 6 年 前

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.