download
raw
340 Bytes
'use strict'
const { Writable } = require('stream')
// Nop console.error to avoid printing things out
console.error = () => {}
setImmediate(function () {
throw new Error('kaboom')
})
async function run (opts) {
const stream = new Writable({
write (chunk, enc, cb) {
cb()
}
})
return stream
}
module.exports = run

Xet Storage Details

Size:
340 Bytes
·
Xet hash:
81eaa90e12bef58b5e6f149418bc73463301c77df3f5f9886088685512d10a29

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