# @jeswr/stream-to-string

> Convert a stream to a string

Latest version **2.0.0** (published 2024-08-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jeswr/stream-to-string
pnpm add @jeswr/stream-to-string
yarn add @jeswr/stream-to-string
bun add @jeswr/stream-to-string
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-08-01 |
| First published | 2024-06-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jesse Wright |
| Maintainers | jeswr |

## Links

- npm: https://www.npmjs.com/package/@jeswr/stream-to-string
- Repository: https://github.com/jeswr/stream-to-string
- Homepage: https://github.com/jeswr/stream-to-string/README.md
- Issues: https://github.com/jeswr/stream-to-string/issues
- npm.io page: https://npm.io/package/@jeswr/stream-to-string

## Dependencies (1)

- [event-emitter-promisify](https://npm.io/package/event-emitter-promisify.md) ^1.1.0

## Recent versions

- 2.0.0 (latest) — 2024-08-01
- 1.0.0 — 2024-06-13

## README

# stream-to-string

Convert a stream to a string

[![GitHub license](https://img.shields.io/github/license/jeswr/stream-to-string.svg)](https://github.com/jeswr/stream-to-string/blob/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/@jeswr/stream-to-string.svg)](https://www.npmjs.com/package/@jeswr/stream-to-string)
[![build](https://img.shields.io/github/actions/workflow/status/jeswr/stream-to-string/nodejs.yml?branch=main)](https://github.com/jeswr/stream-to-string/tree/main/)
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Usage

```ts
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](https://github.com/jeswr),
[MIT License](https://github.com/jeswr/stream-to-string/blob/master/LICENSE).

---
_Source: https://npm.io/package/@jeswr/stream-to-string · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
