Package Exports
- @jeswr/stream-to-string
- @jeswr/stream-to-string/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jeswr/stream-to-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.