1.1.0 • Published 4 months ago

has-typed-arrays v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 months ago

has-typed-arrays Version Badge

github actions coverage 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