UNPKG

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