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

Function lt

packages/zod/src/v4/classic/schemas.ts:1015–1017  ·  view source on GitHub ↗
(value, params)

Source from the content-addressed store, hash-verified

1013 return this.check(checks.gte(value, params));
1014 },
1015 lt(value, params) {
1016 return this.check(checks.lt(value, params));
1017 },
1018 lte(value, params) {
1019 return this.check(checks.lte(value, params));
1020 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
ltMethod · 0.65

Tested by

no test coverage detected