UNPKG

appium-adb

Version:

Android Debug Bridge interface

8 lines 281 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; //# sourceMappingURL=index.d.ts.map