()
| 2436 | core.$ZodLazy<T> { |
| 2437 | "~standard": ZodStandardSchemaWithJSON<this>; |
| 2438 | unwrap(): T; |
| 2439 | } |
| 2440 | export const ZodLazy: core.$constructor<ZodLazy> = /*@__PURE__*/ core.$constructor("ZodLazy", (inst, def) => { |
| 2441 | core.$ZodLazy.init(inst, def); |
nothing calls this directly
no outgoing calls
no test coverage detected