UNPKG

hardhat-tracer

Version:

Hardhat Tracer plugin

10 lines 371 B
import "hardhat/types/config"; import { HardhatRuntimeEnvironment } from "hardhat/types/runtime"; import { TracerEnv } from "../types"; declare module "hardhat/types/runtime" { interface HardhatRuntimeEnvironment { tracer: TracerEnv; } } export declare function addRecorder(hre: HardhatRuntimeEnvironment): Promise<void>; //# sourceMappingURL=hre.d.ts.map