dockerized_openAger/nodered/rootfs/data/node_modules/is-typedarray
valki 664c6d8ca3 Intial Commit 2020-10-17 18:42:50 +02:00
..
LICENSE.md Intial Commit 2020-10-17 18:42:50 +02:00
README.md Intial Commit 2020-10-17 18:42:50 +02:00
index.js Intial Commit 2020-10-17 18:42:50 +02:00
package.json Intial Commit 2020-10-17 18:42:50 +02:00
test.js Intial Commit 2020-10-17 18:42:50 +02: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.