We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6134dd3 commit 7bca222Copy full SHA for 7bca222
README.md
@@ -88,14 +88,15 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));
88
89
### Data types
90
91
-✅ string (including email, UUID and URL)
+✅ string (including email, datetime, UUID and URL)
92
✅ number
93
✅ nan
94
✅ bigint
95
✅ boolean
96
✅ date
97
✅ undefined
98
✅ null
99
+✅ symbol
100
✅ array
101
✅ object
102
✅ union
@@ -118,6 +119,8 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));
118
119
✅ branded types
120
✅ transforms
121
✅ refinements (see below)
122
+✅ pipe
123
+✅ catch
124
❌ intersection
125
❌ lazy
126
❌ never
0 commit comments