UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 181 B
import Command from '../../command'; export default class HostKillCommand extends Command<boolean> { execute(): Promise<boolean>; } //# sourceMappingURL=HostKillCommand.d.ts.map