(type: LogType)
| 13 | warnOnce(msg: string, options?: LogOptions): void |
| 14 | error(msg: string, options?: LogErrorOptions): void |
| 15 | clearScreen(type: LogType): void |
| 16 | hasErrorLogged(error: Error | RollupError): boolean |
| 17 | hasWarned: boolean |
| 18 | } |
no outgoing calls
no test coverage detected