Namespaces
getBaseClasses
function getBaseClasses(object: any): string[];Defined in: utils/types.d.ts:88
A function that gets the entire class hierarchy of an object.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | any | The object. Returns an array of strings with the name of all base classes. |
Returns
string[]