UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 217 B
import Command from '../../command'; export default class ForwardCommand extends Command<boolean> { execute(serial: string, local: string, remote: string): Promise<boolean>; } //# sourceMappingURL=forward.d.ts.map