UNPKG

hardhat

Version:

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

4 lines 272 B
import type { HardhatPlugin } from "../../../types/plugins.js"; export declare function registerLoadedPlugin(plugin: HardhatPlugin): void; export declare function getLoadedPlugins(): ReadonlyMap<string, HardhatPlugin>; //# sourceMappingURL=loaded-plugins-registry.d.ts.map