(value: number, params?: string | core.$ZodCheckMultipleOfParams)
| 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. */ |
| 982 | step(value: number, params?: string | core.$ZodCheckMultipleOfParams): this; |
| 983 |
no outgoing calls
no test coverage detected