download
raw
354 Bytes
'use strict'
const t = require('tap')
const { register, unregister } = require('..')
process.on('warning', () => {
t.fail('warning emitted')
})
const objs = []
for (let i = 0; i < 20; i++) {
const obj = { i }
objs.push(obj)
register(obj, shutdown)
}
for (const obj of objs) {
unregister(obj)
}
t.pass('completed')
function shutdown () {}

Xet Storage Details

Size:
354 Bytes
·
Xet hash:
139d3cfe2992d8e2d20dc97b0b1b47f5a69e2de2b407d24637f77720a0a4f59c

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