UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 158 B
import Command from '../../command'; export default class UsbCommand extends Command<true> { execute(): Promise<true>; } //# sourceMappingURL=usb.d.ts.map