MCPcopy
hub / github.com/colinhacks/zod / zod3-string.ts

File zod3-string.ts

packages/treeshake/zod3-string.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as z from "zod3";
2
3const schema = z.string().min(5);
4console.log(schema.parse("hi"));

Callers

nothing calls this directly

Calls 3

stringMethod · 0.80
minMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected