(def)
| 29790 | }); |
| 29791 | } |
| 29792 | catch(def) { |
| 29793 | const catchValueFunc = typeof def === "function" ? def : () => def; |
| 29794 | return new ZodCatch({ |
| 29795 | ...processCreateParams(this._def), |
| 29796 | innerType: this, |
| 29797 | catchValue: catchValueFunc, |
| 29798 | typeName: ZodFirstPartyTypeKind.ZodCatch |
| 29799 | }); |
| 29800 | } |
| 29801 | describe(description) { |
| 29802 | const This = this.constructor; |
| 29803 | return new This({ |
no test coverage detected