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

cpsenize is a tiny Node.js utility that converts ordinary synchronous functions into “callback‑passing style” (CPS) functions. By wrapping a function, it automatically forwards its return value (or any thrown error when enabled) to a final `(err, result)` callback, making synchronous code easier to use in asynchronous or mixed‑style workflows. It’s aimed at JavaScript developers who want a lightweight way to integrate legacy or simple pure functions into CPS‑oriented codebases.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mauricebutler/cpsenize

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

MauriceButler's profile
MauriceButler
6 contributions
KoryNunn's profile
KoryNunn
1 contributions

Recent events

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

No events yet
mauricebutler

mauricebutler/cpsenize

Wraps synchronous functions with a cps (callback passing style) function

JavaScript
0
1
MIT License