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