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

Method numberNullable

packages/zod/src/v3/tests/Mocker.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 return this.pick(this.number, this.undefined);
44 }
45 get numberNullable(): number | null {
46 return this.pick(this.number, this.null);
47 }
48 get booleanOptional(): boolean | undefined {
49 return this.pick(this.boolean, this.undefined);
50 }

Callers

nothing calls this directly

Calls 1

pickMethod · 0.65

Tested by

no test coverage detected