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 302 B
import { DependencyGraphImplementation } from "./dependency-graph.js"; export declare function buildDependencyGraph(rootFiles: string[], projectRoot: string, readFile: (absPath: string) => Promise<string>): Promise<DependencyGraphImplementation>; //# sourceMappingURL=dependency-graph-building.d.ts.map