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

Method gt

packages/zod/src/v4/classic/schemas.ts:964–964  ·  view source on GitHub ↗
(value: number, params?: string | core.$ZodCheckGreaterThanParams)

Source from the content-addressed store, hash-verified

962export interface _ZodNumber<Internals extends core.$ZodNumberInternals = core.$ZodNumberInternals>
963 extends _ZodType<Internals> {
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;

Callers 13

bigint.test.tsFile · 0.65
number.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
gtFunction · 0.65
positiveFunction · 0.65
schemas.tsFile · 0.65
bigint.test.tsFile · 0.65
number.test.tsFile · 0.65
he.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected