(value: string, params?: string | core.$ZodCheckIncludesParams)
| 375 | // miscellaneous checks |
| 376 | regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this; |
| 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; |
no outgoing calls
no test coverage detected