UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

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