import { type fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";
const { GlobOptions } = fs;
Options for {@link globToRegExp
}.
Properties
Extended glob syntax. See https://www.linuxjournal.com/content/bash-extended-globbing.
Globstar syntax.
See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
If false, **
is treated like *
.