2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/tests/lib/reporter.d.ts
2019-09-06 17:48:26 -04:00

6 lines
160 B
TypeScript

interface Runner {
on(event: string, callback: (...args: Array<any>) => void): Runner;
}
export declare function Reporter(runner: Runner): void;
export {};