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

Method input

packages/zod/src/v4/mini/schemas.ts:1896–1896  ·  view source on GitHub ↗
(
    args: Items,
    rest?: Rest
  )

Source from the content-addressed store, hash-verified

1894 _output: core.$InferOuterFunctionType<Args, Returns>;
1895
1896 input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>(
1897 args: Items,
1898 rest?: Rest
1899 ): ZodMiniFunction<ZodMiniTuple<Items, Rest>, Returns>;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected