Skip to main content
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/std@0.139.0/_tools/release/deps.ts";
const { joinGlobs } = path;

Like join(), but doesn't collapse "**/.." when globstar is true.

Parameters

globs: string[]
optional
unnamed 1: GlobOptions = [UNSUPPORTED]

Returns

string