Home > @infiniteobjects/core-library-node > DebugInstance
DebugInstance Type
Signature:
export interface DebugInstance
| Property | Modifiers | Type | Description |
|---|---|---|---|
| color | string | ||
| destroy | () => boolean | ||
| diff | number | ||
| enabled | boolean | ||
| extend | (namespace: string, delimiter?: string) => DebugInstance | ||
| log | (…args: any[]) => any | ||
| namespace | string |