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 • 435 B
JavaScript
// NOTE: We import the builtin plugins in this module, so that their
// type-extensions are loaded when the user imports `hardhat/hre`.
import "./internal/builtin-plugins/index.js";
export { importUserConfig } from "./internal/config-loading.js";
export { resolveHardhatConfigPath } from "./internal/config-loading.js";
export { createHardhatRuntimeEnvironment } from "./internal/hre-initialization.js";
//# sourceMappingURL=hre.js.map