Skip to main content
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/fathym_ioc@v0.0.10/deps.ts";
const { joinGlobs } = path;

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

Parameters

globs: string[]
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string