ethers.js/packages/tests/lib/reporter.d.ts

8 lines
315 B
TypeScript
Raw Permalink Normal View History

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;
export declare function Reporter(runner: Runner): void;
export {};
//# sourceMappingURL=reporter.d.ts.map