interface GlobrexOptionsimport { type GlobrexOptions } from "https://deno.land/std@0.51.0/path/_globrex.ts"; Propertiesoptionalextended: booleanAllow ExtGlob features. optionalglobstar: booleanSupport globstar. optionalstrict: booleanBe laissez-faire about mutiple slashes. optionalfilepath: booleanParse as filepath for extra path related features. optionalflags: stringFlag to use in the generated RegExp.