hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
5 lines • 301 B
TypeScript
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.d.ts.map