@u4/adbkit
Version:
A Typescript client for the Android Debug Bridge.
8 lines • 317 B
TypeScript
import Command from '../../command';
import Device from '../../../models/Device';
export default class HostDevicesCommand extends Command<Device[]> {
execute(): Promise<Device[]>;
_readDevices(): Promise<Device[]>;
_parseDevices(value: string): Device[];
}
//# sourceMappingURL=HostDevicesCommand.d.ts.map