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 atomrc/callbag-debounce

Account's avatar
callbag/callbag
A standard for JS callbacks
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for tape
Account's avatar
krawaller/callbag-mock
Callbag mock with manual emitting and signal tapping
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

atomrc's profile
atomrc
8 contributions
Andarist's profile
Andarist
2 contributions

Recent events

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

No events yet
atomrc

atomrc/callbag-debounce

Debounce ⏱ operator for Callbag 👜

TypeScript
12
5
MIT License

Callbag‑debounce is a small utility library that adds a debounce operator to Callbag streams, allowing developers to throttle rapid events (e.g., scroll or input) and emit the last value only after a configurable pause. It’s targeted at JavaScript/TypeScript developers who use the Callbag reactive‑programming ecosystem and need a simple way to prevent expensive side‑effects from being triggered too often.