Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zod/types.ts>ZodFunction#args

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodFunction.prototype.args
import { ZodFunction } from "https://deno.land/x/zod@v3.19.0/types.ts";

Type Parameters

Items extends Parameters<ZodTuple["create"]>[0]

Parameters

...items: Items

Returns

ZodFunction<ZodTuple<Items, ZodUnknown>, Returns>