You're viewing archived documentation for @imqueue/core v1.15.0. APIs may differ from the current release. View the latest version ↗

propertiesOf() function

Returns entire list of the given object properties including entire prototype chain

Signature:

export declare function propertiesOf(obj: any): string[];

Parameters

Parameter

Type

Description

obj

any

Returns:

string[]

{string[]}