Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/std/path/glob.ts>joinGlobs

A modern runtime for JavaScript and TypeScript.
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/deno@v0.35.0/std/path/glob.ts";

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

Parameters

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

Returns

string