typedarray
Advanced tools
Weekly downloads
Changelog
v0.0.7 - 2022-10-12
2e83ef6
592fe17
c5a4998
auto-changelog
c77cc4a
5a874a6
funding
in package.json 5421bfb
npmignore
to autogenerate an npmignore file 85f441b
c7cee04
bd1ee94
tape
8aaa43b
safe-publish-latest
809caf9
aud
in posttest
c8f7ac5
Readme
TypedArray polyfill ripped from this module.
var Uint8Array = require('typedarray').Uint8Array;
var ua = new Uint8Array(5);
ua[1] = 256 + 55;
console.log(ua[1]);
output:
var TA = require('typedarray')
The TA
object has the following constructors:
With npm do:
npm install typedarray
To use this module in the browser, compile with browserify or download a UMD build from browserify CDN:
http://wzrd.in/standalone/[email protected]
MIT
TypedArray polyfill for old browsers
The npm package typedarray receives a total of 17,429,978 weekly downloads. As such, typedarray popularity was classified as popular.
We found that typedarray demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 2 open source maintainers 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.