Module

x/zod/index.ts>ZodTuple#_parse

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodTuple.prototype._parse
import { ZodTuple } from "https://dotland.deno.dev/x/zod@v3.21.4/index.ts";

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>