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

Resultify provides a way to handle errors in JavaScript’s async/await code without relying on traditional try/catch blocks. It works by wrapping functions to return a promise that *always* resolves with an object containing either an error (`err`) or data (`data`), mirroring a Go-like error handling pattern. This library is designed for developers who prefer explicit error handling and want to avoid exceptions in their asynchronous code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of raynos/resultify

Account's avatar
substack/tape
tap-producing test harness for node and browsers
Account's avatar
node-fetch/node-fetch
A light-weight module that brings Fetch API to node.js

Support the repos that depend on this repository

Top contributors

Raynos's profile
Raynos
13 contributions
rapzo's profile
rapzo
1 contributions

Recent events

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

No events yet
raynos

raynos/resultify

Handle errors with async/await without try/catch.

JavaScript
47
1
MIT License