5 lines
72 B
TypeScript
Executable File
5 lines
72 B
TypeScript
Executable File
import { WS } from "./websocket"
|
|
export default {
|
|
'websocket': WS
|
|
}
|