Skip to content(if available)orjump to list(if available)

A parser for TypeScript types, written in TypeScript types

johnfn

Sometimes at work I can't figure out some TS type and start thinking it's impossible. Then I remember that repos like this exist, and if some guy really managed to parse Typescript types in Typescript, that my problem is peanuts compared to that.

That usually motivates me to solve my problem.

tmcanada

How does it compare to TypeBox?

https://github.com/sinclairzx81/typebox#syntax

cjonas

Pretty sure this is a joke/demo for the power of type scripts typing system