UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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