UNPKG

@allgemein/eventbus

Version:
6 lines (5 loc) 111 B
export interface IEventBusConfiguration { name: string; adapter: Function | string; extra?: any; }