Skip to main content
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/posix/join_globs.ts";

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

Parameters

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

Returns

string