(value: string, params?: string | core.$ZodCheckEndsWithParams)
| 377 | includes(value: string, params?: string | core.$ZodCheckIncludesParams): this; |
| 378 | startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this; |
| 379 | endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this; |
| 380 | min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this; |
| 381 | max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this; |
| 382 | length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this; |
no outgoing calls
no test coverage detected