UNPKG

@nomiclabs/buidler

Version:

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

11 lines 313 B
export declare class ModulesLogger { private _logs; private _titleLength; log(message: string): void; logWithTitle(title: string, message: string): void; debug(...args: any[]): void; clearLogs(): void; hasLogs(): boolean; getLogs(): string[]; } //# sourceMappingURL=logger.d.ts.map