projecte_ionic/node_modules/is-typedarray/README.md
2022-02-09 18:30:03 +01:00

558 B
Executable file

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.