UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 281 B
import Command from '../../command.js'; import Forward from '../../../models/Forward.js'; export default class ListForwardsCommand extends Command<Forward[]> { execute(serial: string): Promise<Forward[]>; private _parseForwards; } //# sourceMappingURL=listforwards.d.ts.map