Bakhtina Sofya b84cb877be 1st comm 2 months ago
..
LICENSE.md b84cb877be 1st comm 2 months ago
README.md b84cb877be 1st comm 2 months ago
index.js b84cb877be 1st comm 2 months ago
package.json b84cb877be 1st comm 2 months ago
test.js b84cb877be 1st comm 2 months 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.