(len: number, params?: string | core.$ZodCheckLengthEqualsParams)
| 1321 | nonempty(params?: string | core.$ZodCheckMinLengthParams): this; |
| 1322 | max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this; |
| 1323 | length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this; |
| 1324 | |
| 1325 | unwrap(): T; |
| 1326 | "~standard": ZodStandardSchemaWithJSON<this>; |
no outgoing calls
no test coverage detected