Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ zod-string.ts
File
zod-string.ts
packages/treeshake/zod-string.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as z from
"zod/v4"
;
2
3
const
schema = z.string().min(5);
4
console.log(schema.parse(
"hi"
));
Callers
nothing calls this directly
Calls
3
string
Method · 0.80
min
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected