Skip to content

objectKeys

@tsed/core

Usage

typescript
import { objectKeys } from "@tsed/core";

See /packages/core/src/types/utils/objects/objectKeys.ts.

Overview

ts
function objectKeys(obj: any): string[];

Released under the MIT License.