Skip to main content
Module

x/zod/types.ts>ZodTuple#rest

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

Type Parameters

Rest extends ZodTypeAny

Returns

ZodTuple<T, Rest>