Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/path/glob.ts>joinGlobs

A modern runtime for JavaScript and TypeScript.
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/deno@v0.28.0/std/path/glob.ts";

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

Parameters

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

Returns

string