UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 190 B
import Command from '../../command'; export default class WaitBootCompleteCommand extends Command<boolean> { execute(): Promise<boolean>; } //# sourceMappingURL=waitbootcomplete.d.ts.map