UNPKG

@ihadeed/transport-commons

Version:

Shared functionality for websocket providers

6 lines (4 loc) 150 B
import { socket } from './socket'; import { routing } from './routing'; import { channels } from './channels'; export { socket, routing, channels };