Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

6 lines
236 B
TypeScript

import execa from 'execa';
export declare function executeCommand(command: string, args: Array<string>, options: {
root: string;
silent?: boolean;
}): execa.ExecaChildProcess<string>;
//# sourceMappingURL=executeCommand.d.ts.map