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

Function unknown

packages/zod/src/v4/classic/schemas.ts:1257–1259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1255});
1256
1257export function unknown(): ZodUnknown {
1258 return core._unknown(ZodUnknown);
1259}
1260
1261// ZodNever
1262export interface ZodNever extends _ZodType<core.$ZodNeverInternals> {}

Callers 4

passthroughFunction · 0.70
looseFunction · 0.70
looseObjectFunction · 0.70
_functionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected