UNPKG

@addapptables/microservice

Version:
10 lines (9 loc) 250 B
export declare class Broker { private static instance; private sagas; private constructor(); static getInstance(): Broker; get(cid: string): Function; add(cid: string, handle: Function): void; delete(cid: string): void; }