UNPKG

hardhat

Version:

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

7 lines 240 B
import type { ArtifactManager } from "../../../types/artifacts.js"; declare module "../../../types/hre.js" { interface HardhatRuntimeEnvironment { artifacts: ArtifactManager; } } //# sourceMappingURL=type-extensions.d.ts.map