| 475 | } |
| 476 | |
| 477 | export interface LogFn { |
| 478 | (message: InputLogObject | any, ...args: any[]): void; |
| 479 | raw: (...args: any[]) => void; |
| 480 | } |
| 481 | export type ConsolaInstance = Consola & Record<LogType, LogFn>; |
| 482 | |
| 483 | // Legacy support |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…