Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTimms committed May 29, 2023
1 parent 6134dd3 commit 7bca222
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));

### Data types

✅ string (including email, UUID and URL)
✅ string (including email, datetime, UUID and URL)
✅ number
✅ nan
✅ bigint
✅ boolean
✅ date
✅ undefined
✅ null
✅ symbol
✅ array
✅ object
✅ union
Expand All @@ -118,6 +119,8 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo));
✅ branded types
✅ transforms
✅ refinements (see below)
✅ pipe
✅ catch
❌ intersection
❌ lazy
❌ never
Expand Down

0 comments on commit 7bca222

Please sign in to comment.