MCPcopy
hub / github.com/colinhacks/zod / partial

Function partial

packages/zod/src/v4/classic/schemas.ts:1498–1500  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1496 return util.omit(this, mask);
1497 },
1498 partial(...args) {
1499 return util.partial(ZodOptional, this, args[0]);
1500 },
1501 required(...args) {
1502 return util.required(ZodNonOptional, this, args[0]);
1503 },

Callers 1

Calls 1

partialMethod · 0.65

Tested by

no test coverage detected