UNPKG

kobp

Version:
5 lines (4 loc) 115 B
export interface Logger { log: (...args: any[]) => void; error: (message: string, error: Error) => void; }