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 andarist/callbag-empty

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
staltz/callbag-for-each
Callbag sink that consume both pullable and listenable sources
Account's avatar
staltz/callbag-pipe
Utility function for plugging callbags together in chain
Account's avatar
krawaller/callbag-tap
Callbag operator that taps the source with the given function, but otherwise is a noop
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler

Support the repos that depend on this repository

Top contributors

Andarist's profile
Andarist
8 contributions

Recent events

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

No events yet
andarist

andarist/callbag-empty

๐Ÿ‘œ Callbag source that emits no data and completes immediately.

JavaScript
1
0
No license

The **callbag-empty** package provides a tiny Callbag source that instantly completes without emitting any values. Itโ€™s useful for developers working with Callbagโ€‘style reactive streams who need a minimalist โ€œemptyโ€ observable, such as when composing pipelines that may conditionally produce no data.