UNPKG

shellx-ai

Version:

shellx is a powerful WebSocket-based client for controlling shell commands and UI automation on remote devices.

7 lines (6 loc) 212 B
export declare const wait: (ms: number) => Promise<void>; /** * 检查并获取 WebSocket URL 环境变量 * 如果未设置则显示错误并退出程序 */ export declare function getWebSocketUrl(): string;