(
check: Ch,
params?: string | core.$ZodCustomParams
)
| 149 | |
| 150 | // refinements |
| 151 | refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>( |
| 152 | check: Ch, |
| 153 | params?: string | core.$ZodCustomParams |
| 154 | ): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this; |
no outgoing calls