UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

9 lines 290 B
import Command from '../../command.js'; export default class HostTransportCommand extends Command { async execute(serial) { await this._send(`host:transport:${serial}`); await this.readOKAY(); return true; } } //# sourceMappingURL=HostTransportCommand.js.map