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