| 1 | export interface ConsoleOutput { |
| 2 | warn(message: string, object: any): void; |
| 3 | error(message: string, object: any): void; |
| 4 | info(message: string, object: any): void; |
| 5 | log(message: string, object: any): void; |
| 6 | } |
no outgoing calls
no test coverage detected