UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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