1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/is-typedarray
2019-08-14 15:26:33 +03:00
..
index.js updated all commands and removed some weird files 2019-08-14 15:26:33 +03:00
LICENSE.md updated all commands and removed some weird files 2019-08-14 15:26:33 +03:00
package.json updated all commands and removed some weird files 2019-08-14 15:26:33 +03:00
README.md updated all commands and removed some weird files 2019-08-14 15:26:33 +03:00
test.js updated all commands and removed some weird files 2019-08-14 15:26:33 +03:00

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.