UNPKG

@allgemein/eventbus

Version:
7 lines (6 loc) 134 B
export interface ISubscriber { nodeId: string; object: Function; method: string; filter?: (result: any) => boolean; }