UNPKG

nodejs-event-driven

Version:

NodeJS agnostic event driven with EventEmitter support

7 lines (6 loc) 162 B
export interface Logger { debug(message: string): void; error(message: string): void; info(message: string): void; warn(message: string): void; }