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

observable‑callback is a tiny utility that turns any function call into an RxJS observable stream. It returns a pair: a Subject‑based Observable that emits each argument passed to the generated callback, and the callback itself (`next` function), optionally allowing you to pipe the stream through RxJS operators. This is useful for React event handlers, action dispatchers, or any situation where you need to represent imperative callbacks as reactive streams.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bjoerge/observable-callback

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
reactivex/rxjs
Reactive Extensions for modern JavaScript
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
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

bjoerge's profile
bjoerge
10 contributions
rexxars's profile
rexxars
1 contributions

Recent events

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

No events yet
bjoerge

bjoerge/observable-callback

A small utility for simplified creation of callback functions that publishes the argument to an observable stream when called

TypeScript
1
1
MIT License