Icard/angular-clarity-master(work.../node_modules/socket.io-adapter/dist/index.d.ts

3 lines
315 B
TypeScript
Raw Normal View History

2024-07-16 15:23:22 +00:00
export { SocketId, PrivateSessionId, Room, BroadcastFlags, BroadcastOptions, Session, Adapter, SessionAwareAdapter, } from "./in-memory-adapter";
export { ClusterAdapter, ClusterAdapterWithHeartbeat, ClusterAdapterOptions, ClusterMessage, ClusterResponse, MessageType, ServerId, Offset, } from "./cluster-adapter";