UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

8 lines 247 B
import { AutoDisposable } from "@yume-chan/event"; import type { Adb } from "../adb.js"; export declare class AdbServiceBase extends AutoDisposable { #private; get adb(): Adb; constructor(adb: Adb); } //# sourceMappingURL=base.d.ts.map