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

Method deepPartial

packages/zod/src/v3/types.ts:2809–2811  ·  view source on GitHub ↗

* @deprecated

()

Source from the content-addressed store, hash-verified

2807 * @deprecated
2808 */
2809 deepPartial(): partialUtil.DeepPartial<this> {
2810 return deepPartialify(this);
2811 }
2812
2813 partial(): ZodObject<{ [k in keyof T]: ZodOptional<T[k]> }, UnknownKeys, Catchall>;
2814 partial<Mask extends util.Exactly<{ [k in keyof T]?: true }, Mask>>(

Callers 1

partials.test.tsFile · 0.80

Calls 1

deepPartialifyFunction · 0.85

Tested by

no test coverage detected