source: trip-planner-front/node_modules/is-typedarray/README.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 558 bytes
Line 
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.
Note: See TracBrowser for help on using the repository browser.