Files
fitness_walk_nwnu/node_modules/adb-driver/build/AdbDriver.d.ts
T
2026-09-08 20:28:54 +08:00

6 lines
215 B
TypeScript

export declare const ADB_BINARY_FILE: {
[key: string]: string;
};
export declare function isSystemAdbAvailable(): boolean;
export declare function execADBCommand(command: string, option?: object): Promise<any>;