Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1.0/tools/Unite.ts";
definition: T extends Record<string, unknown> ? [Key in keyof T]: T[Key] : T