Skip to main content
Module

std/path/mod.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.218.0/path/mod.ts";

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

Parameters

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

Returns

string