import { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { ZodSchema } = z;
Parameters
optional
params: Partial<ParseParams>Returns
Promise<SafeParseReturnType<Input, Output>>
x/zod/mod.ts>z.ZodSchema#safeParseAsync
import { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { ZodSchema } = z;