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

Method check

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

Source from the content-addressed store, hash-verified

11> extends core.$ZodType<Output, Input, Internals> {
12 type: Internals["def"]["type"];
13 check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
14 with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
15 clone(def?: Internals["def"], params?: { parent: boolean }): this;
16 register<R extends core.$ZodRegistry>(

Callers 8

index.test.tsFile · 0.65
string.test.tsFile · 0.65
codec.test.tsFile · 0.65
checks.test.tsFile · 0.65
computed.test.tsFile · 0.65
object.test.tsFile · 0.65
number.test.tsFile · 0.65
setCommonNumberChecksFunction · 0.65

Calls

no outgoing calls

Tested by 1

setCommonNumberChecksFunction · 0.52