You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/v4/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -717,17 +717,17 @@ Read the [template literal docs](/api#template-literals) for more info.
717
717
718
718
## Number formats
719
719
720
-
New numeric "formats" have been added for representing fixed-width integer and float types. These return a `ZodNumber` instance with proper minimum/maximum constraints already added.
720
+
New numeric "formats" have been added for representing fixed-width integer and float types. These return a `ZodNumber` instance with proper inclusive minimum/maximum constraints already added.
Similarly the following `bigint` numeric formats have also been added. These integer types exceed what can be safely represented by a `number`in JavaScript, so these return a `ZodBigInt` instance with the proper minimum/maximum constraints already added.
730
+
Similarly the following `bigint` numeric formats have also been added. These integer types exceed what can be safely represented by a `number`in JavaScript, so these return a `ZodBigInt` instance with the proper inclusive minimum/maximum constraints already added.
0 commit comments