UNPKG

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 (3 loc) 165 B
import { task } from "../internal/core/config/config-env"; import { TASK_CHECK } from "./task-names"; task(TASK_CHECK, "Check whatever you need", async () => {});