liangjiahao 8f813121f8 添加查看按钮的窗口 3 anos atrás
..
LICENSE.md fcedc92fa0 完成了基础 3 anos atrás
README.md fcedc92fa0 完成了基础 3 anos atrás
index.js fcedc92fa0 完成了基础 3 anos atrás
package.json 8f813121f8 添加查看按钮的窗口 3 anos atrás
test.js fcedc92fa0 完成了基础 3 anos atrás

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.