UNPKG

multi-automator

Version:
7 lines (6 loc) 168 B
declare const DEVICE_TMP_DIR = "/data/local/tmp"; /** * 检查环境 */ export declare function checkEnv(deviceId: string): Promise<void>; export { DEVICE_TMP_DIR };