Skip to content

getObjectProperties

@tsed/json-mapper

Usage

typescript
import { getObjectProperties } from "@tsed/json-mapper";

See /packages/specs/json-mapper/src/utils/getObjectProperties.ts.

Overview

ts
function getObjectProperties(obj: any): [string, any][];

Description

Return enumerable entries of an object while skipping function values (methods/getters).

Released under the MIT License.