UNPKG
@gacua/backend
Version:
latest (0.0.1-alpha.10)
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
GACUA Backend
@gacua/backend
/
dist
/
ws
/
index.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */
import
{
Server
}
from
'http'
;
export
declare
function
setupWebSocketServer
(
server: Server
):
void
;