Skip to main content
Module

std/path/glob.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@v0.35.0/path/glob.ts";

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

Parameters

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

Returns

string