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

File valibot-string.ts

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

Source from the content-addressed store, hash-verified

1import * as z from "valibot";
2
3const schema = z.pipe(z.string(), z.minLength(1));
4console.log(z.parse(schema, "hi"));

Callers

nothing calls this directly

Calls 4

pipeMethod · 0.80
stringMethod · 0.80
minLengthMethod · 0.80
parseMethod · 0.65

Tested by

no test coverage detected