UNPKG

hardhat

Version:

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

3 lines 291 B
import type { HardhatPlugin } from "../../../types/plugins.js"; export declare function warnAboutUnusedLoadedPlugins(resolvedPlugins: HardhatPlugin[], printError?: (message: string) => void, loadedPlugins?: Iterable<HardhatPlugin>): void; //# sourceMappingURL=unused-plugins-warning.d.ts.map