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

x/netzo/deps/std/path/mod.ts>joinGlobs

Deno-powered framework for building business web apps
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/netzo@0.3.91/deps/std/path/mod.ts";

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

Parameters

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

Returns

string