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

times‑loop is a tiny utility library that executes a given function a specified number of times and returns the collected results in an array. It works with both synchronous callbacks and asynchronous ones, offering convenience helpers for running promises in parallel (`timesParallel`) or sequentially (`timesSeries`), and is usable from ESM or CommonJS environments—aimed at JavaScript developers who need a simple, promise‑aware loop abstraction.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tjmehta/times-loop

Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for TypeScript.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

tjmehta's profile
tjmehta
16 contributions

Recent events

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

No events yet
tjmehta

tjmehta/times-loop

run a function n times, both sync and async functions are supported

TypeScript
3
0
MIT License