UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

12 lines 324 B
import type { AdbServerClient } from "../client.js"; export declare class MDnsCommands { #private; constructor(client: AdbServerClient); check(): Promise<boolean>; getServices(): Promise<{ name: string; service: string; address: string; }[]>; } //# sourceMappingURL=m-dns.d.ts.map