twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

README.md (558B)


      1 # is-typedarray [![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)
      2 
      3 Detect 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 
     12 Returns `true` when array is a Typed Array, and `false` when it is not.
     13 
     14 ## License
     15 
     16 MIT. See [LICENSE.md](http://github.com/hughsk/is-typedarray/blob/master/LICENSE.md) for details.