UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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