UNPKG

@nomiclabs/buidler

Version:

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

8 lines (5 loc) 198 B
import { task } from "../internal/core/config/config-env"; import { TASK_CHECK } from "./task-names"; export default function () { task(TASK_CHECK, "Check whatever you need", async () => {}); }