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
cronvel

cronvel/seventh

A lean Promises and Async lib for ES6/ES7.

JavaScript
0
0
MIT License
cronvel's profile
cronvel
97 contributions

Seventh is a lightweight library for handling Promises and asynchronous operations in ES6/ES7 environments. It provides a standard Promise implementation with additional utilities like `forEach`, `map`, `reduce`, and `filter`, along with decorators for tasks such as `once`, `timeout`, `retry`, `debounce`, `serialize`, and `promisify`. It is designed for developers working in Node.js or browser environments who need a lean, feature-rich solution for managing asynchronous code.