/
opt
/
canhelp
/
node_modules
/
typedarray
/
test
/
/opt/canhelp/node_modules/typedarray/test
mkdir
upload
Name
Size
Mode
Actions
server/
-
0755
rm
tarray.js
217
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/typedarray/test/tarray.js
(217B)
var TA = require('../'); var test = require('tape'); test('tiny u8a test', function (t) { var ua = new(TA.Uint8Array)(5); t.equal(ua.length, 5); ua[1] = 256 + 55; t.equal(ua[1], 55); t.end(); });
Save
cmd:
run