UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

9 lines (8 loc) 271 B
declare class EventLogger { static isDevMode: boolean; static message(event: MessageEvent): void; static event(event: Event, name?: string): void; static warning(warning: string): void; static error(error: string): void; } export default EventLogger;