Module

x/zod/mod.ts>z.ZodPromise#_parse

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method z.ZodPromise.prototype._parse
import { z } from "https://dotland.deno.dev/x/zod@v3.17.10/mod.ts";
const { ZodPromise } = z;

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>