Skip to main content
Module

x/lume/deps/path.ts>joinGlobs

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/lume@v2.1.2/deps/path.ts";

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

Parameters

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

Returns

string