has-typed-arrays

1.0.1 • Public • Published

has-typed-arrays Version Badge

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

/has-typed-arrays/

    Package Sidebar

    Install

    npm i has-typed-arrays

    Weekly Downloads

    64

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    17.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • ljharb