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) • 405 B
text/typescript
// 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";