/
opt
/
canhelp
/
node_modules
/
typedarray
/
example
/
/opt/canhelp/node_modules/typedarray/example
mkdir
upload
Name
Size
Mode
Actions
tarray.js
110
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/typedarray/example/tarray.js
(110B)
var Uint8Array = require('../').Uint8Array; var ua = new Uint8Array(5); ua[1] = 256 + 55; console.log(ua[1]);
Save
cmd:
run