UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

8 lines 301 B
export declare function printLine(line: string): void; export declare function replaceLastLine(newLine: string): void; export interface LoggerConfig { enabled: boolean; printLineFn?: (line: string) => void; replaceLastLineFn?: (line: string) => void; } //# sourceMappingURL=logger.d.ts.map