Skip to main content
Module

x/zod/mod.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.20/mod.ts";

Type Parameters

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

Parameters

...items: Items