← All repos

stream-to-promise

Convert streams (readable or writable) to promises

Browse cluster: Cluster 193
77commits
10contributors
1languages

Tech stack & purpose

stream-to-promise is a Node.js utility for converting streams—both readable and writable—into promises. The project is now deprecated, as Node.js 16 and later include native promise-based stream helpers in the core `node:stream/promises` and `node:stream/consumers` modules, making this package unnecessary. The package is licensed under MIT and will receive no further updates.

Languages

JavaScript
100.0%

Contributors