Skip to main content
Module

x/zod/index.ts>objectUtil.flatten

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias objectUtil.flatten
import { type objectUtil } from "https://deno.land/x/zod@v3.17.3/index.ts";
const { flatten } = objectUtil;

Type Parameters

T extends object
definition: identity<[k in keyof T]: T[k]>