Files
2026-02-25 00:50:23 +05:30

8 lines
366 B
TypeScript

export declare function isNodeCalledWithoutAScript(): boolean;
/**
* Starting at node 10, proxies are shown in the console by default, instead
* of actually inspecting them. This makes all our lazy loading efforts wicked,
* so we disable it in hardhat/register.
*/
export declare function disableReplWriterShowProxy(): void;
//# sourceMappingURL=console.d.ts.map