@kidscannon/stream-read-all
v0.0.2
Published
read all data from stream
Downloads
2
Readme
@kidscannon/stream-read-all
Install
$ npm i @kidscannon/stream-read-all
Usage
const stream = fs.createReadStream('file.txt')
await streamReadAll(stream)