Identical to .max()
(value: number, params?: string | core.$ZodCheckLessThanParams)
| 968 | lt(value: number, params?: string | core.$ZodCheckLessThanParams): this; |
| 969 | /** Identical to .max() */ |
| 970 | lte(value: number, params?: string | core.$ZodCheckLessThanParams): this; |
| 971 | max(value: number, params?: string | core.$ZodCheckLessThanParams): this; |
| 972 | /** Consider `z.int()` instead. This API is considered *legacy*; it will never be removed but a better alternative exists. */ |
| 973 | int(params?: string | core.$ZodCheckNumberFormatParams): this; |
no outgoing calls
no test coverage detected