UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

8 lines 323 B
import Command from '../../command.js'; import Device from '../../../models/Device.js'; export default class HostDevicesCommand extends Command<Device[]> { execute(): Promise<Device[]>; _readDevices(): Promise<Device[]>; _parseDevices(value: string): Device[]; } //# sourceMappingURL=HostDevicesCommand.d.ts.map