has-typed-arrays
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i has-typed-arrays

Weekly Downloads

115

Version

1.1.0

License

MIT

Unpacked Size

15.5 kB

Total Files

11

Last publish

Collaborators

  • ljharb