Skip to main content
Module

x/tsafe/objectEntries.ts>objectEntries

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

Type Parameters

O extends Record<string, any>

Returns

Exclude<[Key in keyof O]: [Key, O[Key]][keyof O], undefined>[]