UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

9 lines 259 B
import Command from '../../command.js'; export default class HostKillCommand extends Command { async execute() { await this._send('host:kill'); await this.readOKAY(); return true; } } //# sourceMappingURL=HostKillCommand.js.map