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

Function _null

packages/zod/src/v4/classic/schemas.ts:1232–1234  ·  view source on GitHub ↗
(params?: string | core.$ZodNullParams)

Source from the content-addressed store, hash-verified

1230});
1231
1232function _null(params?: string | core.$ZodNullParams): ZodNull {
1233 return core._null(ZodNull, params);
1234}
1235export { _null as null };
1236
1237// ZodAny

Callers 1

jsonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected