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

Xet Storage Details

Size:
224 Bytes
·
Xet hash:
7b40df7ae7d9d9bb1c77a6a661b4e018213e44097b0f61f04848171cfc98a88c

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