Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zod/external.ts>Schema#_parseSync

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

Parameters

input: ParseInput

Returns

SyncParseReturnType<Output>