Module

x/zod/index.ts>z.ZodSchema#safeParseAsync

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
method z.ZodSchema.prototype.safeParseAsync
import { z } from "https://dotland.deno.dev/x/zod@v3.21.3/index.ts";
const { ZodSchema } = z;

Parameters

data: unknown
optional
params: Partial<ParseParams>

Returns

Promise<SafeParseReturnType<Input, Output>>