()
| 29783 | }); |
| 29784 | } |
| 29785 | brand() { |
| 29786 | return new ZodBranded({ |
| 29787 | typeName: ZodFirstPartyTypeKind.ZodBranded, |
| 29788 | type: this, |
| 29789 | ...processCreateParams(this._def) |
| 29790 | }); |
| 29791 | } |
| 29792 | catch(def) { |
| 29793 | const catchValueFunc = typeof def === "function" ? def : () => def; |
| 29794 | return new ZodCatch({ |
nothing calls this directly
no test coverage detected