sub-process.d.ts 127 B

123
  1. export declare function execute(command: string, args: string[], options?: {
  2. cwd: string | undefined;
  3. }): Promise<string>;