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 535 B
import type { ArtifactId, InlineConfigError } from "@nomicfoundation/edr"; export declare function formatArtifactId(artifactId: ArtifactId, sourceNameToUserSourceName: Map<string, string>): string; /** * Formats the inline test configuration problems that EDR reports, one per * line, each located at the user-facing path of the source it was found in. */ export declare function formatInlineConfigErrors(errors: InlineConfigError[], sourceNameToUserSourceName: Map<string, string>): string; //# sourceMappingURL=formatters.d.ts.map