UNPKG

hardhat

Version:

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

9 lines 317 B
/** * The possible types of resolved files. */ export var ResolvedFileType; (function (ResolvedFileType) { ResolvedFileType["PROJECT_FILE"] = "PROJECT_FILE"; ResolvedFileType["NPM_PACKAGE_FILE"] = "NPM_PACKAGE_FILE"; })(ResolvedFileType || (ResolvedFileType = {})); //# sourceMappingURL=resolved-file.js.map