Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
MiguelCastillo's profile
MiguelCastillo
8 contributions
miguelcastillo

miguelcastillo/p-stream

Readable stream to Promise

JavaScript
3
1
MIT License

p‑stream is a tiny Node.js utility that converts any readable stream into a Promise that resolves with the full data (string or Buffer) when the stream ends, or rejects on error. It’s aimed at developers who want a simple, promise‑based way to read files, network responses, or other streams without manually handling ‘data’, ‘end’, and ‘error’ events.