Introduction
Migration
Appearance
import { objectKeys } from "@tsed/core";
See /packages/core/src/types/utils/objects/objectKeys.ts.
function objectKeys(obj: any): string[];