UNPKG

@triviality/core

Version:
6 lines (4 loc) 109 B
export interface ConsoleOutput { info(...message: string[]): void; error(...message: string[]): void; }