UNPKG

@triviality/core

Version:
5 lines (3 loc) 74 B
export interface LoggerInterface { info(...message: string[]): void; }