Détail du package

has-typed-arrays

inspect-js439MIT1.1.0

Does this environment have JS Typed Arrays?

typed array, typed arrays, TypedArrays, js

readme

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