0.0.7 • Published 3 years ago

typedarray v0.0.7

Weekly downloads
15,302,990
License
MIT
Repository
github
Last release
3 years ago

typedarray Version Badge

github actions coverage License Downloads

npm badge

TypedArray polyfill ripped from this module.

build status

testling badge

example

var Uint8Array = require('typedarray').Uint8Array;
var ua = new Uint8Array(5);
ua[1] = 256 + 55;
console.log(ua[1]);

output:

55

methods

var TA = require('typedarray')

The TA object has the following constructors:

  • TA.ArrayBuffer
  • TA.DataView
  • TA.Float32Array
  • TA.Float64Array
  • TA.Int8Array
  • TA.Int16Array
  • TA.Int32Array
  • TA.Uint8Array
  • TA.Uint8ClampedArray
  • TA.Uint16Array
  • TA.Uint32Array

install

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/typedarray@latest

license

MIT

concat-streameasy-select-rnvuedragdropuploadimagespopsmart-common-authreact-native-bluetooth2killi8n-react-native-fast-imagern-send-sms@arisageha/react-lazyload@arisageha/react-lazyload-fix@cashremit/cr-streamline-iconsreact-native-template-rfbaseairscanairscan-examplebb-chatreact-native-esc-pos-sahaab@borisovart/atol-kkt-module@frxf/frxfdeneme323112@fundefund/funde_ck@ntt_app/react-native-custom-notificationreact-native-covid-sdkgql_din_modreact-native-thanh-toast-library@jttechnic/interpreter@thanhnguyen14797/react-native-thanh-toast-library@l1nyanm1ng/react-picture-viewercthpb-plugin-socialreact-native-printer-brothersrn-pdf-reader-offlinereact-native-shekhar-bridge-testcogoportutilsukor-remaster@oiti/documentoscopy-react-nativejs4cytoscapequoc-testnodejs-fileshareone-index@saaspe/componentsluminos-ui-core@everything-registry/sub-chunk-2994jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_samplegriffin-ui-library@wacoco/ytanngotailwind-vector-effecttest-carosello-campustest-library-123test-haptik-libwinx-form-winxweb-elements-iconsweb-component-tester-bundlevue-button-test1webchewow.js-juziwifi_configuration_packageteapackage-tatespoorman297supercluster-googlemaps-adapter-clonestech-cl_globalpayments-apitestapatesting-storybooktest-zeo-collecttestnpm_lmnsvavatarsvelte-component-libtextfield-samplevue-compmentvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedvcloudcam-playkit-js-hlsvantiq-reactvideo-multi-uploadervue-dev-clone@borealisswap/borealis-swap-lib@blkmarketco/components-library@beldore/react-otp-input@caneco/siema@rstacruz/pnpm@praella/localisationist@percent/percent-api-hooks@positionex/position-sdk@rbc-public/react-selectable-fastgenerator-bootstrap-boilerplate-templatejeuxuijesusdemojrennsoh88-react-native-scroll-indicatorjesh-calculationjnf-accesscontrol-rnttljordy-frijters-test-libjosh-fcajamuskalimkhaled-salem-custom-componentslazy-bee-uiiiif-manifest-editor
0.0.7

3 years ago

0.0.6

11 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago