[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[TXT]LICENSE.md2014-06-01 19:08 1.0K 
[TXT]README.md2014-06-01 19:09 558 d768d73 docs [كارل مبارك]
[   ]index.js2015-05-17 01:03 1.0K3e510ca test new git [كارل مبارك]
[   ]package.json2023-06-13 07:17 1.4K3e510ca test new git [كارل مبارك]
[   ]test.js2014-06-01 19:10 1.1K 
# 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.