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

x/proc/dev/deps.ts>path.joinGlobs

A better way to work with processes in Deno.
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/proc@0.20.36/dev/deps.ts";
const { joinGlobs } = path;

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

Parameters

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

Returns

string