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

Method check

packages/zod/src/v4/classic/schemas.ts:99–99  ·  view source on GitHub ↗
(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[])

Source from the content-addressed store, hash-verified

97
98 // base methods
99 check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
100 with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
101 clone(def?: Internals["def"], params?: { parent: boolean }): this;
102 register<R extends core.$ZodRegistry>(

Callers 15

zod-mini-string.tsFile · 0.65
example-mini.tsFile · 0.65
convertBaseSchemaFunction · 0.65
withFunction · 0.65
refineFunction · 0.65
superRefineFunction · 0.65
overwriteFunction · 0.65
regexFunction · 0.65
includesFunction · 0.65
startsWithFunction · 0.65
endsWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected