type alias path.GlobToRegExpOptionsimport { type path } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { GlobToRegExpOptions } = path; definition: GlobOptions & { os?: OSType; }