import { path } from "https://deno.land/x/sandbox@v1.1.0/deps.ts";
const { joinGlobs } = path;
Like join(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]import { path } from "https://deno.land/x/sandbox@v1.1.0/deps.ts";
const { joinGlobs } = path;
Like join(), but doesn't collapse "**/.." when globstar
is true.