UNPKG

appium-adb

Version:

Android Debug Bridge interface

9 lines (7 loc) 241 B
export * from './adb'; export {getAndroidBinaryPath} from './tools/system-calls'; export {getSdkRootFromEnv} from './helpers'; export type * from './tools/types'; export type * from './types'; import {ADB} from './adb'; export default ADB;