Skip to main content
Module

x/pagic/deps.ts>path.joinGlobs

A static site generator powered by Deno + React
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/pagic@v1.6.3/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