Module

x/zod/index.ts>objectUtil.extendShape

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias objectUtil.extendShape
import { type objectUtil } from "https://dotland.deno.dev/x/zod@v3.21.3/index.ts";
const { extendShape } = objectUtil;
definition: flatten<Omit<A, keyof B> & B>