UNPKG

@talend/react-cmf-cqrs

Version:

@talend/react-cmf plugin for CQRS backend architecture

4 lines (3 loc) 192 B
export function addWebsocketToRegistry(ws: any, id?: string): void; export function getWebSocketFromRegistry(id?: string): any; export function removeWebSocketFromRegistry(id?: string): void;