Sha256: e00f68a3c7f2b82742026162fa64ea1a9fd3b5a9c37f095a6c696f3039eae59d
Contents?: true
Size: 558 Bytes
Versions: 123
Compression:
Stored size: 558 Bytes
Contents
# is-typedarray [![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges) Detect whether or not an object is a [Typed Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays). ## Usage [![NPM](https://nodei.co/npm/is-typedarray.png)](https://nodei.co/npm/is-typedarray/) ### isTypedArray(array) Returns `true` when array is a Typed Array, and `false` when it is not. ## License MIT. See [LICENSE.md](http://github.com/hughsk/is-typedarray/blob/master/LICENSE.md) for details.
Version data entries
123 entries across 117 versions & 23 rubygems