(fn: (schema: this) => T)
| 208 | */ |
| 209 | isNullable(): boolean; |
| 210 | apply<T>(fn: (schema: this) => T): T; |
| 211 | } |
| 212 | |
| 213 | export interface _ZodType<out Internals extends core.$ZodTypeInternals = core.$ZodTypeInternals> |
no outgoing calls
no test coverage detected