UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

3 lines 172 B
import DeviceClient from './adb/DeviceClient'; export declare function getClientDevice(serials: string[]): Promise<DeviceClient[]>; //# sourceMappingURL=cli-common.d.ts.map