Skip to content

jeswr/stream-to-string

Repository files navigation

stream-to-string

Convert a stream to a string

GitHub license npm version build Dependabot semantic-release

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.

About

Micro-library for converting a stream to a string

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published