hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
6 lines • 315 B
TypeScript
import type { HardhatPlugin } from "../../../types/plugins.js";
/**
* Resolves the plugin list, returning them in the right order.
*/
export declare function resolvePluginList(projectRoot: string, userConfigPluginList?: HardhatPlugin[]): Promise<HardhatPlugin[]>;
//# sourceMappingURL=resolve-plugin-list.d.ts.map