amis-rpc-design/node_modules/@react-native-community/cli-doctor/build/tools/windows/executeWinCommand.d.ts

8 lines
336 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import execa from 'execa';
/**
* Executes the given `command` on a shell taking care of slicing the parameters
* if needed.
*/
declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess<string>;
export { executeShellCommand as executeCommand };
//# sourceMappingURL=executeWinCommand.d.ts.map