Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/index.ts>z.ZodFunction#args

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

Type Parameters

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

Parameters

...items: Items