0.0.7 • Published 2 years ago

typedarray v0.0.7

Weekly downloads
15,302,990
License
MIT
Repository
github
Last release
2 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_sampleeasyplayer-myearpodearpodsearpodssseditorjs-alerticonselectron-epos-printereslint-plugin-aurelia-event-aggregator3.0.0@simstudio/htmldiff@brucearmstrong/sass-librarylayui-customjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyexpress-filertest_lib_module_aarconnex_ram00nezzijingh-monoproject-cliquickcapture_react_nativequdratic-uireact-native-additionreact-native-app-integrity-checksumreact-native-app-bubblereact-native-azure-communication-servicesreact-native-badge-controlreact-native-basic-screenreact-native-basic-appreact-native-biometric-authenticatereact-native-android-video-player-viewreact-native-animate-textreact-native-bluetooth-device-detectreact-native-bleccs-componentsguruwayguruway.jsreact-native-components-designreact-native-conekta-card-tokenizerreact-native-contact-listreact-native-dsphoto-module@olympfin/olymp-swap-libreact-native-bridge-packagereact-native-chenaarreact-native-check-componentreact-native-custom-image-carouselreact-native-cplusreact-native-create-video-thumbnailreact-native-bubble-chartreact-native-ctp-odpreact-native-fedlight-dsmreact-native-get-countriesreact-native-is7react-native-jsi-device-info
0.0.7

2 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago