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

Method init

packages/zod/src/v4/core/core.ts:9–9  ·  view source on GitHub ↗
(inst: T, def: D)

Source from the content-addressed store, hash-verified

7export interface $constructor<T extends ZodTrait, D = T["_zod"]["def"]> {
8 new (def: D): T;
9 init(inst: T, def: D): asserts inst is T;
10}
11
12/** A special constant with type `never` */

Callers 7

iso.tsFile · 0.80
initializerFunction · 0.80
schemas.tsFile · 0.80
schemas.tsFile · 0.80
checks.tsFile · 0.80
iso.tsFile · 0.80
schemas.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected