UNPKG

198 BPlain TextView Raw
1import { task } from "../internal/core/config/config-env";
2
3import { TASK_CHECK } from "./task-names";
4
5export default function () {
6 task(TASK_CHECK, "Check whatever you need", async () => {});
7}