Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ omit
Function
omit
packages/zod/src/v4/classic/schemas.ts:1495–1497 ·
view source on GitHub ↗
(mask)
Source
from the content-addressed store, hash-verified
1493
return
util.pick(this, mask);
1494
},
1495
omit(mask) {
1496
return
util.omit(this, mask);
1497
},
1498
partial(...args) {
1499
return
util.partial(ZodOptional, this, args[0]);
1500
},
Callers
1
detached-methods.test.ts
File · 0.50
Calls
1
omit
Method · 0.65
Tested by
no test coverage detected