Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/doc/dep/std/path.ts>joinGlobs

A frugal web framework
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/frugal@0.9.0/doc/dep/std/path.ts";

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

Parameters

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

Returns

string