MCPcopy
hub / github.com/colinhacks/zod / example-mini.ts

File example-mini.ts

packages/treeshake/example-mini.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as z from "zod/mini"
2
3z.string().check(
4 z.minLength(5),

Callers

nothing calls this directly

Calls 8

stringMethod · 0.80
minLengthMethod · 0.80
maxLengthMethod · 0.80
refineMethod · 0.80
parseMethod · 0.65
checkMethod · 0.65
includesMethod · 0.65
trimMethod · 0.65

Tested by

no test coverage detected