consoleRun: {
name: string;
finish(result: any, options: any, event: any): void;
resolveLocation(test: any): Promise<any>;
}
Type declaration
name: string
finish:function
finish(result: any, options: any, event: any): void Parameters
- result: any
- options: any
- event: any
Returns void
resolveLocation:function
resolveLocation(test: any): Promise<any>
Environment-agnostic env that prints results in the console (without depending on terminal-specific things)