UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 187 B
import Command from '../../command.js'; export default class AttachCommand extends Command<boolean> { execute(serial: string): Promise<boolean>; } //# sourceMappingURL=attach.d.ts.map