Skip to main content
Module

x/dunner/mod.ts>TaskMatch

A flexible declarative task runner inspired by make/jake
Latest
type alias TaskMatch
import { type TaskMatch } from "https://deno.land/x/dunner@v0.1.0/mod.ts";

The kind of matching to apply to the target name.

definition: "exact" | "regex" | "glob"