EASYAIuniappNewUI/node_modules/is-typedarray
2025-02-08 18:50:38 +08:00
..
index.js 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
LICENSE.md 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
package.json 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
README.md 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
test.js 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00

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.