UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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