Skip to main content
Module

x/lume_langdata/deps.ts>path.joinGlobs

A Lume plugin for multi-language websites.
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/lume_langdata@v2.0.6/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