1.0.1 • Published 4 years ago
has-typed-arrays
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