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

This project provides compile-time type testing utilities, similar to Jest's `expect` but for TypeScript types. It allows developers to write assertions about type structures that are checked at compile time, helping prevent type regressions when code changes. The library exports `expectTypeOf` which can be used to verify function signatures, object shapes, generics, and more, with intuitive methods like `.toEqualTypeOf()`, `.toBeString()`, `.parameters`, and `.returns`. It's particularly useful for library authors who want to ensure their public APIs maintain correct type contracts over time.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mmkal/expect-type

Account's avatar
arethetypeswrong/arethetypeswronghub.io.git
A CLI tool for arethetypeswrong.github.io
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
microsoft/typescript-go
Preview CLI of the native TypeScript compiler port
Account's avatar
vitest-dev/vitest
UI for Vitest
Account's avatar
mmkal/eslint-plugin-mmkal
My eslint plugin with rules I find good. If you aren't me you probably shouldn't use this.
Account's avatar
stackblitz-labs/pkg.pr.new
Account's avatar
dsherret/ts-morph
TypeScript compiler wrapper for static analysis and code manipulation.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

mmkal's profile
mmkal
95 contributions
aryaemami59's profile
aryaemami59
19 contributions
renovate[bot]'s profile
renovate[bot]
15 contributions
github-actions[bot]'s profile
github-actions[bot]
10 contributions
trevorade's profile
trevorade
6 contributions
charpeni's profile
charpeni
4 contributions
SerkanSipahi's profile
SerkanSipahi
1 contributions
mrazauskas's profile
mrazauskas
1 contributions
sapphi-red's profile
sapphi-red
1 contributions

Recent events

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

No events yet
mmkal

mmkal/expect-type

Compile-time tests for types. Useful to make sure types don't regress into being overly-permissive as changes go in over time.

TypeScript
550
11
Other