Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ required
Method
required
packages/zod/src/v4/classic/schemas.ts:1439–1439 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1437
1438
// required
1439
required(): ZodObject<
1440
{
1441
-readonly [k in keyof Shape]: ZodNonOptional<Shape[k]>;
1442
},
Callers
8
partials.test.ts
File · 0.65
pickomit.test.ts
File · 0.65
required
Function · 0.65
recursive-types.test.ts
File · 0.65
partial.test.ts
File · 0.65
pickomit.test.ts
File · 0.65
required
Function · 0.65
object.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected