Skip to main content
Module

x/tsafe/tools/Unite.ts>Unite

🔩 The missing TypeScript utils
Go to Latest
type alias Unite
import { type Unite } from "https://deno.land/x/tsafe@v1.3.0/tools/Unite.ts";
definition: T extends Record<string, unknown> ? [Key in keyof T]: T[Key] : T