Skip to main content
Module

std/node/path.ts>joinGlobs

Deno standard library
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/std@0.145.0/node/path.ts";

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

Parameters

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

Returns

string