is-typed-array

v1.0.3
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...

test

npm run lint && npm run tests-only && npm run security

tests-only

node --es-staging test.js

coverage

covert test.js

coverage-quiet

covert test.js --quiet

lint

npm run jscs && npm run eslint

jscs

jscs *.js

eslint

eslint *.js

eccheck

editorconfig-tools check *.js **/*.js > /dev/null

security

nsp package

Metadata

  • MIT
  • >= 0.4
  • Jordan Harband
  • released 10/13/2015

Downloads