4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
declare const MIN_WS_TIMEOUT = 1000;
|
|
declare const WS_TIMEOUT = 30000;
|
|
export { MIN_WS_TIMEOUT, WS_TIMEOUT, };
|