Skip to main content
Module

x/tsafe/index.ts>objectKeys

🔩 The missing TypeScript utils
Go to Latest
function objectKeys
import { objectKeys } from "https://deno.land/x/tsafe@v1.6.4-rc.0/index.ts";

Type Parameters

T extends Record<string, unknown>

Returns

(keyof T)[]