download
raw
216 Bytes
'use strict'
const { Writable } = require('stream')
async function run (opts) {
const stream = new Writable({
write (chunk, enc, cb) {
process.exit(1)
}
})
return stream
}
module.exports = run

Xet Storage Details

Size:
216 Bytes
·
Xet hash:
0a8af265447e011bf4f1fecdab62bcfaeb0fc95d34a84d3211d150ca0e32b04c

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