Source: node-which-typed-array Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-call-bind , node-call-bound , node-make-generator-function , node-make-arrow-function , node-tape Standards-Version: 4.7.4 Homepage: https://github.com/inspect-js/which-typed-array#readme Vcs-Git: https://salsa.debian.org/js-team/node-which-typed-array.git Vcs-Browser: https://salsa.debian.org/js-team/node-which-typed-array Rules-Requires-Root: no Package: node-which-typed-array Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Provides: ${nodejs:Provides} Breaks: node-deep-equal (<< 2.2.3+~cs43.15.94-2~) Replaces: node-deep-equal (<< 2.2.3+~cs43.15.94-2~) Description: Detect wich kind of Typed Array is a JavaScript value Detect the specific type of JavaScript Typed Array (such as Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, and others) without relying on instanceof checks. . This package also includes several small utility modules: - available-typed-arrays : returns a list of Typed Array names supported in the current environment. - possible-typed-array-names : provides a complete list of all standard Typed Array names. - is-typed-array : determines whether a given value is any kind of Typed Array. . Node.js is an event-based server-side JavaScript engine.