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

8 lines
315 B
TypeScript
Raw Permalink Normal View History

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