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

std/path/posix/join_globs.ts>joinGlobs

The 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.223.0/path/posix/join_globs.ts";

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

Parameters

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

Returns

string