lucaconte 7cc26e831d presentations 6 years ago
..
LICENSE.md 7cc26e831d presentations 6 years ago
README.md 7cc26e831d presentations 6 years ago
index.js 7cc26e831d presentations 6 years ago
package.json 7cc26e831d presentations 6 years ago
test.js 7cc26e831d presentations 6 years ago

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.