Subprocess: {
call(options: any): any;
getEnvironment(): any;
pathSearch(command: any, environment: any): any;
}
Type declaration
-
call:function
- call(options: any): any
-
Returns any
-
getEnvironment:function
- getEnvironment(): any
-
Returns any
-
pathSearch:function
- pathSearch(command: any, environment: any): any
-
Parameters
-
command: any
-
environment: any
Returns any