|
|
|
|
|
by domoritz
430 days ago
|
|
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? |
|
For what it's worth, I have come to prefer this deriving types from parsers approach to the other way around.