7eb65632c5bbb78edb8b35bab68f1baf19387bb12d96a5a36533f7f384038c5cb9a3fc1f0d6a01d737d3f8a28341dff39e086aa05d99c155ac76766b282688 558 B

12345678910111213141516
  1. # is-typedarray [![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)
  2. Detect whether or not an object is a
  3. [Typed Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays).
  4. ## Usage
  5. [![NPM](https://nodei.co/npm/is-typedarray.png)](https://nodei.co/npm/is-typedarray/)
  6. ### isTypedArray(array)
  7. Returns `true` when array is a Typed Array, and `false` when it is not.
  8. ## License
  9. MIT. See [LICENSE.md](http://github.com/hughsk/is-typedarray/blob/master/LICENSE.md) for details.