Skip to main content
Module

x/tsafe/tools/index.ts>Unite

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