UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

7 lines (6 loc) 144 B
export declare function getClients(): { [id: string]: any; }; export declare function pushToClient(mesg: { client_id: string; }): void;