Skip to main content
Module

x/tsafe/objectEntries.ts>ObjectEntries

🔩 The missing TypeScript utils
Go to Latest
type alias ObjectEntries
import { type ObjectEntries } from "https://deno.land/x/tsafe@v1.6.0/objectEntries.ts";

Return type of objectEntries https://docs.tsafe.dev/objectentries

Type Parameters

O extends Record<string, any>
definition: Exclude<[Key in keyof O]: [Key, O[Key]][keyof O], undefined>[]