(def: core.output<this>)
| 175 | transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut> |
| 176 | ): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>; |
| 177 | catch(def: core.output<this>): ZodCatch<this>; |
| 178 | catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>; |
| 179 | pipe<T extends core.$ZodType<any, core.output<this>>>( |
| 180 | target: T | core.$ZodType<any, core.output<this>> |
no outgoing calls
no test coverage detected