interface path.GlobOptionsimport { type path } from "https://dotland.deno.dev/x/aleph@v0.2.24/std.ts"; const { GlobOptions } = path; Propertiesoptionalextended: booleanExtended glob syntax. See https://www.linuxjournal.com/content/bash-extended-globbing. Defaults to true. optionalglobstar: booleanGlobstar syntax. See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option. If false, ** is treated like *. Defaults to true. optionalos: Deno.build.osOperating system. Defaults to the native OS.