UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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