@ryinner/web-socket-manager
Version:
simple ws manager
5 lines (4 loc) • 309 B
TypeScript
import type { OperationRequest, WebSocketAnswerDecoded, WebSocketManagerSettings, WebSocketSend } from './websocket.interface';
import createWebSocket from './websocketFactory';
export default createWebSocket;
export type { WebSocketAnswerDecoded, WebSocketSend, WebSocketManagerSettings, OperationRequest };