download
raw
316 Bytes
'use strict'
const { join } = require('path')
const ThreadStream = require('..')
const stream = new ThreadStream({
filename: join(__dirname, 'to-file.js'),
workerData: { dest: process.argv[2] },
sync: true
})
stream.write('hello')
stream.write(' ')
stream.write('world\n')
stream.flushSync()
stream.unref()

Xet Storage Details

Size:
316 Bytes
·
Xet hash:
1dee0f51de7b309898bd26f7e4f9f45f50c3059235123348b93533fb2d969eb2

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