@trenskow/stream-reader
v0.2.0
Published
A simple promise to read the content of a stream in Node.js.
Downloads
44
Readme
@trenskow/stream-reader
A simple promise to read the content of a stream in Node.js.
Usage
const streamReader = require('@trenskow/stream-reader');
const buffer = await streamReader(someStream);
LICENSE
See LICENSE