UNPKG

@ryinner/web-socket-manager

Version:
5 lines (4 loc) 309 B
import type { OperationRequest, WebSocketAnswerDecoded, WebSocketManagerSettings, WebSocketSend } from './websocket.interface'; import createWebSocket from './websocketFactory'; export default createWebSocket; export type { WebSocketAnswerDecoded, WebSocketSend, WebSocketManagerSettings, OperationRequest };