$ npm install has-typed-arrays
Determine if the JS environment has Typed Arrays.
var hasTypedArrays = require('has-typed-arrays'); hasTypedArrays() === true; // if the environment has Typed Array support
Simply clone the repo, npm install, and run npm test
npm install
npm test