UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 217 B
import Command from '../../command'; export default class HostDisconnectCommand extends Command<string> { execute(host: string, port: number): Promise<string>; } //# sourceMappingURL=HostDisconnectCommand.d.ts.map