1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00
musix-oss/node_modules/is-typedarray
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00
..
index.js fix 2019-05-30 12:06:47 +03:00
LICENSE.md fix 2019-05-30 12:06:47 +03:00
package.json fix 2019-05-30 12:06:47 +03:00
README.md fix 2019-05-30 12:06:47 +03:00
test.js fix 2019-05-30 12:06:47 +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.