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

`with-callback` is a tiny utility that converts Node‑style functions that expect a `(err, …result)` callback into promises. By calling `withCallback` with either a wrapper that receives the callback or directly with the target function and its arguments, developers can work with async APIs using native `Promise` syntax without pulling in custom promise libraries. It’s aimed at JavaScript/Node developers who need a simple bridge between callback‑based code and modern promise‑based workflows.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of dbrockman/with-callback

Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing

Support the repos that depend on this repository

Top contributors

greenkeeperio-bot's profile
greenkeeperio-bot
5 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
2 contributions

Recent events

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

No events yet
dbrockman

dbrockman/with-callback

A small helper function to bridge the gap when returning a promise from a function that takes a callback

JavaScript
3
0
MIT License