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