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

Function never

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

Source from the content-addressed store, hash-verified

1267});
1268
1269export function never(params?: string | core.$ZodNeverParams): ZodNever {
1270 return core._never(ZodNever, params);
1271}
1272
1273// ZodVoid
1274export interface ZodVoid extends _ZodType<core.$ZodVoidInternals> {}

Callers 2

strictFunction · 0.70
strictObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected