download
raw
306 Bytes
/**
* TimeRanges to string helper
*/
const TimeRanges = {
toString: function (r: TimeRanges) {
let log = '';
const len = r.length;
for (let i = 0; i < len; i++) {
log += `[${r.start(i).toFixed(3)}-${r.end(i).toFixed(3)}]`;
}
return log;
},
};
export default TimeRanges;

Xet Storage Details

Size:
306 Bytes
·
Xet hash:
4ea9cf59055b70bad846ff88e3bc5e37ab969840a1c4f2cbfcc2076bf042327b

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