@jeswr/stream-to-string
v2.0.0
Published
Convert a stream to a string
Downloads
9,021
Readme
stream-to-string
Convert a stream to a string
Usage
import { Readable } from 'readable-stream';
import stringify from '@jeswr/stream-to-string';
// 'abc'
await stringify(Readable.from(['a', 'b', 'c']));
License
©2024–present Jesse Wright, MIT License.