mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 10:46:04 +10:00
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
import { Polling } from "./polling.js";
|
|
import { WS } from "./websocket.js";
|
|
export declare const transports: {
|
|
websocket: typeof WS;
|
|
polling: typeof Polling;
|
|
};
|