Skip to main content
Module

x/zod/mod.ts>objectUtil.flatten

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
type alias objectUtil.flatten
import { type objectUtil } from "https://deno.land/x/zod@v3.23.4/mod.ts";
const { flatten } = objectUtil;
definition: identity<[k in keyof T]: T[k]>