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 219 B
import type { ArtifactId } from "@nomicfoundation/edr"; export declare function formatArtifactId(artifactId: ArtifactId, sourceNameToUserSourceName: Map<string, string>): string; //# sourceMappingURL=formatters.d.ts.map