ArkType is an isomorphic type system for TypeScript

published on 2023/03/02

ArkType is a library for defining runtime types using TypeScript syntax that can be inferred 1:1.

Each character you type is instantly validated both syntactically and semantically using TypeScript's own type system, so you know exactly what to expect from editor to runtime ⛵

ArkType

This is mindbogglingly wonderful