Skip to content

Commit 7bca222

Browse files
committed
Update readme
1 parent 6134dd3 commit 7bca222

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));
8888

8989
### Data types
9090

91-
✅ string (including email, UUID and URL)
91+
✅ string (including email, datetime, UUID and URL)
9292
✅ number
9393
✅ nan
9494
✅ bigint
9595
✅ boolean
9696
✅ date
9797
✅ undefined
9898
✅ null
99+
✅ symbol
99100
✅ array
100101
✅ object
101102
✅ union
@@ -118,6 +119,8 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));
118119
✅ branded types
119120
✅ transforms
120121
✅ refinements (see below)
122+
✅ pipe
123+
✅ catch
121124
❌ intersection
122125
❌ lazy
123126
❌ never

0 commit comments

Comments
 (0)