hz-zhhq-web/node_modules/is-typedarray
zzyuan 03ac614884 前端提交3 2025-02-25 13:45:28 +08:00
..
LICENSE.md 前端提交3 2025-02-25 13:45:28 +08:00
README.md 前端提交3 2025-02-25 13:45:28 +08:00
index.js 前端提交3 2025-02-25 13:45:28 +08:00
package.json 前端提交3 2025-02-25 13:45:28 +08:00
test.js 前端提交3 2025-02-25 13:45:28 +08:00

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.