import { type path } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/deps.ts";
const { GlobOptions } = path;
Properties
Extended glob syntax. See https://www.linuxjournal.com/content/bash-extended-globbing. Defaults to true.
Globstar syntax.
See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
If false, **
is treated like *
. Defaults to true.