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