Hey everyone!
I built this after years of copy pasting type guards across projects.
The design tries to find a middle ground between runtime validation (like zod) and ergonomic type guards.
I'm especially curious if the “composability” part feels natural — e.g. combining guards with `and`, `or`, `struct`.
Also open to any feedback about naming and developer ergonomics!
Hey everyone! I built this after years of copy pasting type guards across projects. The design tries to find a middle ground between runtime validation (like zod) and ergonomic type guards.
I'm especially curious if the “composability” part feels natural — e.g. combining guards with `and`, `or`, `struct`.
Also open to any feedback about naming and developer ergonomics!