download
raw
319 Bytes
const { Writable } = require('node:stream')
module.exports = (options) => {
const myTransportStream = new Writable({
autoDestroy: true,
write (chunk, enc, cb) {
// apply a transform and send to stdout
console.log(chunk.toString().toUpperCase())
cb()
}
})
return myTransportStream
}

Xet Storage Details

Size:
319 Bytes
·
Xet hash:
5197b497541516bae2fbea33c72aa210fc42b980bbe8abbaf42b99efe95e7ec3

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