UNPKG

hardhat

Version:

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

10 lines 257 B
import "./type-extensions.js"; const hardhatPlugin = { id: "builtin:artifacts", hookHandlers: { hre: () => import("./hook-handlers/hre.js"), }, npmPackage: "hardhat", }; export default hardhatPlugin; //# sourceMappingURL=index.js.map