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 329 B
import type { HardhatPlugin } from "../../../types/plugins.js"; import "./type-extensions/config.js"; import "./type-extensions/global-options.js"; import "./type-extensions/hooks.js"; import "./type-extensions/hre.js"; declare const hardhatPlugin: HardhatPlugin; export default hardhatPlugin; //# sourceMappingURL=index.d.ts.map