import { path } from "https://deno.land/x/eta@v2.0.0/file-methods.ts";
const { joinGlobs } = path;
Like join(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]x/eta/file-methods.ts>path.joinGlobs
import { path } from "https://deno.land/x/eta@v2.0.0/file-methods.ts";
const { joinGlobs } = path;
Like join(), but doesn't collapse "**/.." when globstar
is true.