UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

18 lines (14 loc) 487 B
export { HardhatPluginError } from "@nomicfoundation/hardhat-errors"; import { throwUsingHardhat2PluginError } from "./internal/using-hardhat2-plugin-errors.js"; /** * @deprecated This function is part of the Hardhat 2 plugin API. */ export function lazyFunction(..._args: any): any { throwUsingHardhat2PluginError(); } /** * @deprecated This function is part of the Hardhat 2 plugin API. */ export function lazyObject(..._args: any): any { throwUsingHardhat2PluginError(); }