2019-09-01 00:13:35 -04:00
|
|
|
interface Runner {
|
|
|
|
on(event: string, callback: (...args: Array<any>) => void): Runner;
|
|
|
|
}
|
2020-08-27 22:04:58 -04:00
|
|
|
export declare type LogFunc = (message: string) => void;
|
|
|
|
export declare function setLogFunc(logFunc: LogFunc): void;
|
2019-09-06 17:48:26 -04:00
|
|
|
export declare function Reporter(runner: Runner): void;
|
|
|
|
export {};
|
2021-01-19 05:22:54 -05:00
|
|
|
//# sourceMappingURL=reporter.d.ts.map
|