yanchengPowerSupply/node_modules/is-typedarray
mazhehui 33e57c6f11 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
..
LICENSE.md 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
README.md 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
index.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
package.json 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
test.js 分布式光伏大屏页面 2023-07-18 08:47:30 +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.