X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/typedarray/example
lib
/
node_modules
/
npm
/
node_modules
/
typedarray
/
example
/
📁
..
📄
tarray.js
(110 B)
Editing: tarray.js
var Uint8Array = require('../').Uint8Array; var ua = new Uint8Array(5); ua[1] = 256 + 55; console.log(ua[1]);
Upload File
Create Folder