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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
majgis

majgis/async-args

A utility to help with passing args to async functions.

JavaScript
0
0
No license
j5ndev's profile
j5ndev
57 contributions

Support the dependencies of majgis/async-args

Account's avatar
janl/node-jsonpointer
Simple JSON Addressing.
Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
andreyvit/fsmonitor.js
Fine-grained cross-platform file system monitoring for Node.js
Account's avatar
standard/semistandard
All the goodness of `feross/standard` with semicolons sprinkled on top.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

`async-args` is a small Node‑JS utility that adds composable argument‑manipulation functions for use with **async**‑style control flow (e.g., `async.waterfall`). It lets you inject, select, reorder, store, and retrieve arguments—both constant values and values saved in a shared context—without cluttering your async callbacks, making asynchronous pipelines easier to read and reuse. The library is aimed at JavaScript developers who build complex async workflows and want cleaner, more modular argument handling.