UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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