is-typed-array

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

prepack

npmignore --auto --commentLines=autogenerated

prepublishOnly

safe-publish-latest

prepublish

not-in-publish || npm run prepublishOnly

prelint

evalmd README.md

lint

eslint --ext=js,mjs .

pretest

npm run --silent lint

test

npm run tests-only && npm run test:harmony

tests-only

nyc tape test

test:harmony

nyc node --harmony --es-staging test

posttest

npx aud --production

version

auto-changelog && git add CHANGELOG.md

postversion

auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f "v$(node -e "console.log(require('./package.json').version)")"

Metadata

  • MIT
  • >= 0.4
  • Jordan Harband
  • released 7/17/2023

Downloads