Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zod/external.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.23.0/external.ts";

Type Parameters

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

Parameters

...items: Items