(params?: string | core.$ZodCheckUpperCaseParams)
| 383 | nonempty(params?: string | core.$ZodCheckMinLengthParams): this; |
| 384 | lowercase(params?: string | core.$ZodCheckLowerCaseParams): this; |
| 385 | uppercase(params?: string | core.$ZodCheckUpperCaseParams): this; |
| 386 | |
| 387 | // transforms |
| 388 | trim(): this; |
no outgoing calls
no test coverage detected