I like the idea of having types at runtime for parsing etc and generating validators in various languages. What stopped me from going there so far is that I already have TypeScript types provided for the various libraries I use. How good are the tools for importing TypeScript types into ArkType/Zod and working with types in various representations in parallel?
your_fin|10 months ago
For what it's worth, I have come to prefer this deriving types from parsers approach to the other way around.
t1amat|10 months ago