UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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