UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 284 B
import Command from '../../command'; export type RebootType = 'bootloader' | 'recovery' | 'sideload' | 'fastboot' | 'sideload-auto-reboot'; export default class RebootCommand extends Command<true> { execute(type?: RebootType): Promise<true>; } //# sourceMappingURL=reboot.d.ts.map