Skip to main content
Module

x/zod/external.ts>ZodSchema#_parseSync

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

Parameters

input: ParseInput

Returns

SyncParseReturnType<Output>