Skip to main content
Module

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

Type Parameters

Rest extends ZodTypeAny

Returns

ZodTuple<T, Rest>