UNPKG

@nomiclabs/hardhat-web3-legacy

Version:
9 lines 226 B
import "hardhat/types/runtime"; declare module "hardhat/types/runtime" { interface HardhatRuntimeEnvironment { Web3: any; web3: any; pweb3: any; } } //# sourceMappingURL=type-extensions.d.ts.map