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 369 B
export { HardhatPluginError } from "@nomicfoundation/hardhat-errors"; /** * @deprecated This function is part of the Hardhat 2 plugin API. */ export declare function lazyFunction(..._args: any): any; /** * @deprecated This function is part of the Hardhat 2 plugin API. */ export declare function lazyObject(..._args: any): any; //# sourceMappingURL=plugins.d.ts.map