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 of gianlucaguarini/cumpa

Account's avatar
GianlucaGuarini/eslint-config
Gianluca Guarini's eslint config
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

GianlucaGuarini's profile
GianlucaGuarini
13 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
gianlucaguarini

gianlucaguarini/cumpa

Minimal function composition implementation

JavaScript
3
0
MIT License

cumpa is a tiny JavaScript utility that provides `compose` and `composeRight` for function composition—`compose` chains functions right‑to‑left, while `composeRight` does left‑to‑right. It targets developers who need a lightweight, zero‑dependency way to combine unary (and final multi‑arg) functions in Node or browser projects.