Skip to main content
Module

x/vento/deps.ts>path.joinGlobs

🌬 A template engine for Deno & Node
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/vento@v0.12.5/deps.ts";
const { joinGlobs } = path;

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

Parameters

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

Returns

string