import { path } from "https://deno.land/std@0.137.0/_tools/release/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/std@0.137.0/_tools/release/deps.ts";
const { joinGlobs } = path;
Like join(), but doesn't collapse "**/.." when globstar
is true.