@u4/adbkit
Version:
A Typescript client for the Android Debug Bridge.
7 lines • 308 B
TypeScript
import Command from '../../command.js';
import { Duplex } from 'node:stream';
import WithToString from '../../../models/WithToString.js';
export default class ShellCommand extends Command<Duplex> {
execute(command: string | ArrayLike<WithToString>): Promise<Duplex>;
}
//# sourceMappingURL=shell.d.ts.map