install-nix-action/node_modules/is-typedarray
Domen Kožar 70742d22d9
v6
2019-11-19 17:50:30 +01:00
..
index.js v6 2019-11-19 17:50:30 +01:00
LICENSE.md v6 2019-11-19 17:50:30 +01:00
package.json v6 2019-11-19 17:50:30 +01:00
README.md v6 2019-11-19 17:50:30 +01:00
test.js v6 2019-11-19 17:50:30 +01: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.