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 (6 loc) 188 B
import type { ArtifactManager } from "../../../types/artifacts.js"; declare module "../../../types/hre.js" { interface HardhatRuntimeEnvironment { artifacts: ArtifactManager; } }