UNPKG

kobp

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