Skip to main content
Module

x/fastro/http/server/deps.ts>joinGlobs

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/fastro@v0.85.0/http/server/deps.ts";

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

Parameters

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

Returns

string