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

Method min

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

Source from the content-addressed store, hash-verified

1783 keyType: Key;
1784 valueType: Value;
1785 min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;
1786 nonempty(params?: string | core.$ZodCheckMinSizeParams): this;
1787 max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;
1788 size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;

Callers 15

index.tsFile · 0.65
getEditDistanceFunction · 0.65
example.tsFile · 0.65
zod3-string.tsFile · 0.65
zod-string.tsFile · 0.65
string.test.tsFile · 0.65
date.test.tsFile · 0.65
error.test.tsFile · 0.65
bigint.test.tsFile · 0.65
set.test.tsFile · 0.65
preprocess.test.tsFile · 0.65

Implementers 1

ZodSetpackages/zod/src/v3/types.ts

Calls

no outgoing calls

Tested by 5

getEditDistanceFunction · 0.52
contentFunction · 0.52
setCommonNumberChecksFunction · 0.52
epochSecondsToDateFunction · 0.52
epochMillisToDateFunction · 0.52