UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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