Skip to main content
Module

x/sdeno/deps.ts>path.joinGlobs

Steno on Deno. Specialized fast async file writer.
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/sdeno@v1.0.14/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