tree: d5a42c965e72ab4fd72d973f2f775dc5ecd084b6 [path history] [tgz]
  1. index.js
  2. LICENSE.md
  3. package.json
  4. README.md
  5. test.js
node_modules/is-typedarray/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.