(params?: string | core.$ZodCheckGreaterThanParams)
| 975 | safe(params?: string | core.$ZodCheckNumberFormatParams): this; |
| 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; |
no outgoing calls
no test coverage detected