hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
6 lines • 317 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const config_env_1 = require("../internal/core/config/config-env");
const task_names_1 = require("./task-names");
(0, config_env_1.task)(task_names_1.TASK_CHECK, "Check whatever you need", async () => { });
//# sourceMappingURL=check.js.map
;