UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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