Skip to main content
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/postcss_autoprefixer@0.2.4/test/deps.js";
const { joinGlobs } = path;

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

Parameters

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

Returns

string