available-typed-arrays
Advanced tools
Weekly downloads
Changelog
Readme
Returns an array of Typed Array names that are available in the current environment.
var availableTypedArrays = require('available-typed-arrays');
var assert = require('assert');
assert.deepStrictEqual(availableTypedArrays(), [
'Int8Array',
'Uint8Array',
'Uint8ClampedArray',
'Int16Array',
'Uint16Array',
'Int32Array',
'Uint32Array',
'Float32Array',
'Float64Array',
'BigInt64Array',
'BigUint64Array'
].sort());
Simply clone the repo, npm install
, and run npm test
Returns an array of Typed Array names that are available in the current environment
The npm package available-typed-arrays receives a total of 17,028,160 weekly downloads. As such, available-typed-arrays popularity was classified as popular.
We found that available-typed-arrays demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.