Skip to main content
Module

x/drash/tests/deps.ts>path.joinGlobs

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/drash@v2.7.0/tests/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