UNPKG

mlcl_websockets

Version:
9 lines (8 loc) 226 B
declare class MlclWebsockets { static loaderversion: number; static singleton: boolean; static molecuel: any; socketsrv: SocketIO.Server; constructor(molecuel: any, config: any); } export = MlclWebsockets;