UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 295 B
import Command from '../../command'; import { Duplex } from 'stream'; import WithToString from '../../../models/WithToString'; export default class ExecCommand extends Command<Duplex> { execute(command: string | ArrayLike<WithToString>): Promise<Duplex>; } //# sourceMappingURL=exec.d.ts.map