Skip to main content
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/lume_cleancss@v0.2.1/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