UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 229 B
import Command from '../../command'; import JdwpTracker from '../../jdwptracker'; export default class TrackJdwpCommand extends Command<JdwpTracker> { execute(): Promise<JdwpTracker>; } //# sourceMappingURL=trackjdwp.d.ts.map