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

Method removeCatch

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

@deprecated Use `.unwrap()` instead.

()

Source from the content-addressed store, hash-verified

2254 unwrap(): T;
2255 /** @deprecated Use `.unwrap()` instead. */
2256 removeCatch(): T;
2257}
2258export const ZodCatch: core.$constructor<ZodCatch> = /*@__PURE__*/ core.$constructor("ZodCatch", (inst, def) => {
2259 core.$ZodCatch.init(inst, def);

Callers 1

catch.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected