UNPKG

@ozmap/logger

Version:
3 lines (2 loc) 102 B
export type EventHandler = (...args: any[]) => void; export type EventData = Record<string, unknown>;