dieumercimvemba's picture
download
raw
255 Bytes
var test = require('tape');
var inspect = require('../');
var xs = ['a', 'b'];
xs[5] = 'f';
xs[7] = 'j';
xs[8] = 'k';
test('holes', function (t) {
t.plan(1);
t.equal(
inspect(xs),
"[ 'a', 'b', , , , 'f', , 'j', 'k' ]"
);
});

Xet Storage Details

Size:
255 Bytes
·
Xet hash:
7d90233ffbade7fbcd5c9da48b1eba6817230f0374040c9519649c4a066ef469

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.