(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[])
| 97 | |
| 98 | // base methods |
| 99 | check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 100 | with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 101 | clone(def?: Internals["def"], params?: { parent: boolean }): this; |
| 102 | register<R extends core.$ZodRegistry>( |
no outgoing calls
no test coverage detected