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

x/eta/file-methods.ts>path.joinGlobs

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/eta@v2.0.0/file-methods.ts";
const { joinGlobs } = path;

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

Parameters

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

Returns

string