(params?: string | core.$ZodCheckGreaterThanParams)
| 974 | /** @deprecated This is now identical to `.int()`. Only numbers in the safe integer range are accepted. */ |
| 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; |
no outgoing calls
no test coverage detected