is-typed-array

v1.1.0
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
array TypedArray typed array is typed Int8Array Uint8Array Uint8ClampedArray Int16Array and 10 more...

pretest

npm run --silent lint

test

npm run tests-only

tests-only

node --es-staging test.js

posttest

npm run audit

coverage

covert test.js

coverage-quiet

covert test.js --quiet

lint

eslint .

preaudit

npm install --package-lock --package-lock-only

audit

npm audit

postaudit

rm package-lock.json

Metadata

  • MIT
  • >= 0.4
  • Jordan Harband
  • released 2/16/2019

Downloads