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

Flat Promise is a tiny Node.js utility that creates a standard JavaScript Promise while exposing its `resolve` and `reject` callbacks for external use. It’s aimed at developers who need to control a promise’s settlement outside the executor function—e.g., in callbacks or event‑driven code—while still being able to pass the promise around the codebase. Use the safer default `flatPromise()` for one‑time control or `flatPromise.withControl()` when you deliberately want the control methods to travel with the promise.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of arikw/flat-promise

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

arikw's profile
arikw
6 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
arikw

arikw/flat-promise

Create a fresh new Promise with exposed 'resolve' & 'reject' callbacks available outside of its executor function

JavaScript
2
0
MIT License