Variable consoleRun

consoleRun: {
    name: string;
    finish(result: any, options: any, event: any): void;
    resolveLocation(test: any): Promise<any>;
}

Environment-agnostic env that prints results in the console (without depending on terminal-specific things)

Type declaration

  • name: string
  • finish:function
    • Parameters

      • result: any
      • options: any
      • event: any

      Returns void

  • resolveLocation:function
    • Parameters

      • test: any

      Returns Promise<any>