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

`gensync` is a utility for Node.js developers that enables writing functions capable of operating in both synchronous and asynchronous modes using generator functions. It simplifies code maintenance by allowing a single implementation to handle both sync and async operations, eliminating the need for parallel function definitions like `fs.readFile` and `fs.readFileSync`. This is particularly useful for developers building APIs that need to support both sync and async execution patterns.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of loganfsmyth/gensync

Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

Support the repos that depend on this repository

Top contributors

loganfsmyth's profile
loganfsmyth
12 contributions
nicolo-ribaudo's profile
nicolo-ribaudo
6 contributions
jridgewell's profile
jridgewell
1 contributions

Recent events

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

No events yet
loganfsmyth

loganfsmyth/gensync

Allows users to use generators in order to write common functions that can be both sync or async.

JavaScript
94
15
MIT License