Skip to main content
Module

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

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

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

Parameters

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

Returns

string