5 ms·
Nice, this looks interesting. Somewhat related is a project we worked on within Golang community in Malawi: https://github.com/golang-malawi/geneveev https://g
by zikani_03 10mo ago
Nice, this looks interesting.
Somewhat related is a project we worked on within Golang community in Malawi: https://github.com/golang-malawi/geneveev https://github.com/golang-malawi/geneveev
It supports converting types to Zod schemas and Dart classes. Never got around to TypeScript and would be cool to see if we could add support for guts
- nawgz 10mo agoIf you output Zod you've basically solved Typescript, a Zod schema more or less is a Typescript type and can be explicitly made so with the `infer` capability