have call box
This commit is contained in:
Vendored
+1
@@ -19,3 +19,4 @@ type ws_msg = ["whoami", string] | ["roster", Array<string>];
|
||||
declare function handle_ws_msg(message: ws_msg): void;
|
||||
declare function ws_send_json(ws: WebSocket, x: any): void;
|
||||
declare function render_state(): void;
|
||||
declare function nickkk(nick: string): HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user