function path.joinGlobsimport { path } from "https://deno.land/x/proc@0.21.8/dev/deps.ts"; const { joinGlobs } = path; joinGlobs(globs: string[], options?: GlobOptions): stringLike join(), but doesn't collapse "**/.." when globstar is true. Parametersglobs: string[]optionaloptions: GlobOptions = [UNSUPPORTED]Returnsstring