UNPKG

tinyagent

Version:

Connect your local shell to any device - access your dev environment from anywhere

6 lines 270 B
export declare const DEFAULT_PORT = 3000; export declare const DEFAULT_RELAY_PORT = 8080; export declare const HEARTBEAT_INTERVAL = 30000; export declare const SESSION_TIMEOUT = 600000; export declare const RECONNECT_DELAY = 5000; //# sourceMappingURL=constants.d.ts.map