We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e23990 commit 9bd3879Copy full SHA for 9bd3879
README.md
@@ -2825,10 +2825,9 @@ This more declarative API makes schema definitions vastly more concise.
2825
2826
[https://github.com/pelotom/runtypes](https://github.com/pelotom/runtypes)
2827
2828
-Good type inference support. They DO support readonly types, which Zod does not.
+Good type inference support.
2829
2830
- Supports "pattern matching": computed properties that distribute over unions
2831
-- Supports readonly types
2832
- Missing object methods: (deepPartial, merge)
2833
- Missing nonempty arrays with proper typing (`[T, ...T[]]`)
2834
- Missing promise schemas
0 commit comments