Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dem/vendor/https/deno.land/std/path/mod.ts>joinGlobs

A module version manager for Deno.
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/dem@0.9.2/vendor/https/deno.land/std/path/mod.ts";

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

Parameters

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

Returns

string