Closed danielnixon closed 1 year ago
https://github.com/colinhacks/zod doesn't support readonly types; https://github.com/gcanti/io-ts does. If readonly types matter to you (as they very well might if you're reading this repo's readme), we recommend going with io-ts over zod.
https://github.com/agiledigital/readonly-types#a-note-on-zod
https://github.com/colinhacks/zod doesn't support readonly types; https://github.com/gcanti/io-ts does. If readonly types matter to you (as they very well might if you're reading this repo's readme), we recommend going with io-ts over zod.