dieumercimvemba's picture
download
raw
309 Bytes
'use strict'
const { Writable } = require('stream')
const { parentPort } = require('worker_threads')
async function run () {
parentPort.postMessage({
internal: 'watch-mode'
})
return new Writable({
autoDestroy: true,
write (chunk, enc, cb) {
cb()
}
})
}
module.exports = run

Xet Storage Details

Size:
309 Bytes
·
Xet hash:
ae82416c278f53b5336371de03c44a79e09c6279970e162a2c79491021b76f51

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