kubernetes-handbook/node_modules/is-typedarray
Jimmy Song c6db5e8fef
add node modules
2021-04-13 00:24:28 +08:00
..
LICENSE.md add node modules 2021-04-13 00:24:28 +08:00
README.md add node modules 2021-04-13 00:24:28 +08:00
index.js add node modules 2021-04-13 00:24:28 +08:00
package.json add node modules 2021-04-13 00:24:28 +08:00
test.js add node modules 2021-04-13 00:24: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.