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
jesseditson

jesseditson/value-enum

an npm package with utilities for handling object-based, optionally value-containing, enums.

TypeScript
1
0
The Unlicense
jesseditson's profile
jesseditson
7 contributions

value‑enum is a small TypeScript utility library that makes “object‑based” enums—common when Rust‑style enums are projected into TypeScript—as easy to work with as native Rust enums. It provides type‑safe helpers such as `matchEnum`, `matches`, `unwrapEnum` and `enumName` for pattern‑matching, checking, extracting and identifying enum variants, aimed at developers who need to interoperate between Rust and TypeScript or who use union‑of‑string‑and‑single‑keyed‑object enums in their code.

Support the dependencies of jesseditson/value-enum

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
garronej/tsafe
A collection of utilities to step up your TypeScript game
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development