UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 243 B
import { DeviceType } from '../../../models/Device'; import Command from '../../command'; export default class GetStateCommand extends Command<string> { execute(serial: string): Promise<DeviceType>; } //# sourceMappingURL=getstate.d.ts.map