UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 230 B
import { Duplex } from 'node:stream'; import Command from '../../command.js'; export default class TcpCommand extends Command<Duplex> { execute(port: number, host?: string): Promise<Duplex>; } //# sourceMappingURL=tcp.d.ts.map