MCPcopy
hub / github.com/colinhacks/zod / unwrap

Method unwrap

packages/zod/src/v4/classic/schemas.ts:2438–2438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected