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