您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Christian Ziermann b8da0c7023 Initial commit 5 年前
..
LICENSE.md Initial commit 5 年前
README.md Initial commit 5 年前
index.js Initial commit 5 年前
package.json Initial commit 5 年前
test.js Initial commit 5 年前

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.