download
raw
350 Bytes
'use strict'
const { Writable } = require('stream')
// Nop console.error to avoid printing things out
console.error = () => {}
setImmediate(function () {
Promise.reject(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:
350 Bytes
·
Xet hash:
dfb42b091ddee42a920e0f4a97a6bd6980a04d01512029ab46064cc6beb2f2ae

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