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[]}