UNPKG

mframejs

Version:
8 lines (7 loc) 251 B
export declare class EventAggregator { private channels; constructor(); publish(channel: string, ...args: any[]): void; unsubscribe(channel: string, func: Function): void; subscribe(channel: string, func: Function): void; }