frontend/.pnpm-store/v3/files/ba/7eb65632c5bbb78edb8b35bab68f1baf19387bb12d96a5a36533f7f384038c5cb9a3fc1f0d6a01d737d3f8a28341dff39e086aa05d99c155ac76766b282688

17 lines
558 B
Plaintext

# 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.