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

Method gte

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

Identical to .min()

(value: number, params?: string | core.$ZodCheckGreaterThanParams)

Source from the content-addressed store, hash-verified

964 gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
965 /** Identical to .min() */
966 gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
967 min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
968 lt(value: number, params?: string | core.$ZodCheckLessThanParams): this;
969 /** Identical to .max() */

Callers 15

bigint.test.tsFile · 0.65
optional.test.tsFile · 0.65
number.test.tsFile · 0.65
nullable.test.tsFile · 0.65
gteFunction · 0.65
minFunction · 0.65
nonnegativeFunction · 0.65
schemas.tsFile · 0.65
bigint.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected