UNPKG

hardhat

Version:

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

8 lines 240 B
const loadedPlugins = new Map(); export function registerLoadedPlugin(plugin) { loadedPlugins.set(plugin.id, plugin); } export function getLoadedPlugins() { return loadedPlugins; } //# sourceMappingURL=loaded-plugins-registry.js.map