Files
2025-03-28 12:30:19 +11:00

4 lines
111 B
TypeScript

declare const MIN_WS_TIMEOUT = 1000;
declare const WS_TIMEOUT = 30000;
export { MIN_WS_TIMEOUT, WS_TIMEOUT, };