(
refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>,
params?: core.$ZodSuperRefineParams
)
| 153 | params?: string | core.$ZodCustomParams |
| 154 | ): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this; |
| 155 | superRefine( |
| 156 | refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>, |
| 157 | params?: core.$ZodSuperRefineParams |
| 158 | ): this; |
no outgoing calls
no test coverage detected