UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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