Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1232
function
_null(params?: string | core.$ZodNullParams): ZodNull {
1233
return
core._null(ZodNull, params);
1234
}
1235
export
{ _null as null };
1236
1237
// ZodAny
Callers
1
json
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected