Skip to main content
The Deno 2 Release Candidate is 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.20.4/index.ts";
const { ZodFunction } = z;

Type Parameters

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

Parameters

...items: Items