Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zod/helpers/parseUtil.ts>ParseStatus.mergeObjectAsync

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ParseStatus.mergeObjectAsync
import { ParseStatus } from "https://deno.land/x/zod@v3.22.0/helpers/parseUtil.ts";

Parameters

status: ParseStatus
pairs: { key: ParseReturnType<any>; value: ParseReturnType<any>; }[]