UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

9 lines 317 B
import Command from '../../command.js'; export default class GetDevicePathCommand extends Command { async execute(serial) { await this._send(`host-serial:${serial}:get-devpath`); await this.readOKAY(); return this.parser.readValue('utf8'); } } //# sourceMappingURL=getdevicepath.js.map