Identical to .min()
(value: number, params?: string | core.$ZodCheckGreaterThanParams)
| 964 | gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
| 965 | /** Identical to .min() */ |
| 966 | gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
| 967 | min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
| 968 | lt(value: number, params?: string | core.$ZodCheckLessThanParams): this; |
| 969 | /** Identical to .max() */ |
no outgoing calls
no test coverage detected