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

std/path/join_globs.ts>joinGlobs

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function joinGlobs
import { joinGlobs } from "https://deno.land/std@0.214.0/path/join_globs.ts";

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

Parameters

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

Returns

string