()
| 57 | export interface UnsafeConsole { |
| 58 | assert(condition: boolean, ...args: ReadonlyArray<any>): void |
| 59 | clear(): void |
| 60 | count(label?: string): void |
| 61 | countReset(label?: string): void |
| 62 | debug(...args: ReadonlyArray<any>): void |
no outgoing calls
no test coverage detected