Skip to content

Commit e363ce0

Browse files
committed
Add support for bigint (Update README.md)
1 parent 82785c6 commit e363ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ As an example `z.string().nullable()` will be rendered differently
763763
- ZodAny
764764
- ZodArray
765765
- `minItems`/`maxItems` mapping for `.length()`, `.min()`, `.max()`
766+
- ZodBigInt
767+
- `integer` `type` and `int64` `format` mapping for `.bigint()`
766768
- ZodBoolean
767769
- ZodBranded
768770
- ZodCatch

0 commit comments

Comments
 (0)