JSPM

@jeswr/stream-to-string

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8875
  • Score
    100M100P100Q134247F
  • License MIT

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

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.