Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tsafe/objectKeys.ts>objectKeys

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

Type Parameters

T extends Record<string, unknown>

Returns

(keyof T)[]