Skip to main content
Module

x/zod/index.ts>Schema#_parseAsync

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

Parameters

input: ParseInput

Returns

AsyncParseReturnType<Output>