Module

x/zod/index.ts>ZodSchema#_parseAsync

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

Parameters

input: ParseInput

Returns

AsyncParseReturnType<Output>