UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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