(params?: string | core.$ZodCheckLessThanParams)
| 976 | positive(params?: string | core.$ZodCheckGreaterThanParams): this; |
| 977 | nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this; |
| 978 | negative(params?: string | core.$ZodCheckLessThanParams): this; |
| 979 | nonpositive(params?: string | core.$ZodCheckLessThanParams): this; |
| 980 | multipleOf(value: number, params?: string | core.$ZodCheckMultipleOfParams): this; |
| 981 | /** @deprecated Use `.multipleOf()` instead. */ |
no outgoing calls
no test coverage detected