1.0.1 • Published 3 years ago

has-typed-arrays v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

has-typed-arrays Version Badge

dependency status dev dependency status License Downloads

npm badge

Determine if the JS environment has Typed Arrays.

Example

var hasTypedArrays = require('has-typed-arrays');

hasTypedArrays() === true; // if the environment has Typed Array support

Tests

Simply clone the repo, npm install, and run npm test