UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 198 B
import Command from '../../command.js'; export default class ReverseCommand extends Command<true> { execute(remote: string, local: string): Promise<true>; } //# sourceMappingURL=reverse.d.ts.map