xiaofu-ruoyi-vue/node_modules/is-typedarray
ffr b5131258d8 第一次提交 2024-04-23 08:05:40 +08:00
..
LICENSE.md 第一次提交 2024-04-23 08:05:40 +08:00
README.md 第一次提交 2024-04-22 22:43:17 +08:00
index.js 第一次提交 2024-04-23 08:05:40 +08:00
package.json 第一次提交 2024-04-23 08:05:40 +08:00
test.js 第一次提交 2024-04-22 22:43:17 +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.