Subprocess: {
    call(options: any): any;
    getEnvironment(): any;
    pathSearch(command: any, environment: any): any;
}

Type declaration

  • call:function
    • Parameters

      • options: any

      Returns any

  • getEnvironment:function
    • Returns any

  • pathSearch:function
    • Parameters

      • command: any
      • environment: any

      Returns any

Generated using TypeDoc