Notes
Validate schemas and declare types with Zod
Zod is a Typescript package that lets you declare your data types and do runtime type checking.
February 12, 2022
Zod is a Typescript package that lets you declare your data types and do runtime type checking.