()
| 32366 | }; |
| 32367 | var ZodPromise = class extends ZodType { |
| 32368 | unwrap() { |
| 32369 | return this._def.type; |
| 32370 | } |
| 32371 | _parse(input) { |
| 32372 | const { ctx } = this._processInputParams(input); |
| 32373 | if (ctx.parsedType !== util_1.ZodParsedType.promise && ctx.common.async === false) { |
no outgoing calls
no test coverage detected