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