Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
* as z from
"zod/mini"
2
3
z.string().check(
4
z.minLength(5),
Callers
nothing calls this directly
Calls
8
string
Method · 0.80
minLength
Method · 0.80
maxLength
Method · 0.80
refine
Method · 0.80
parse
Method · 0.65
check
Method · 0.65
includes
Method · 0.65
trim
Method · 0.65
Tested by
no test coverage detected