UNPKG

hardhat

Version:

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

5 lines 467 B
import type { ImportResolutionError, NpmRootResolutionError, ProjectRootResolutionError } from "../../../../../types/solidity/errors.js"; export declare function formatProjectRootResolutionError(error: ProjectRootResolutionError): string; export declare function formatNpmRootResolutionError(error: NpmRootResolutionError): string; export declare function formatImportResolutionError(error: ImportResolutionError): string; //# sourceMappingURL=error-messages.d.ts.map