Skip to main content
Module

x/silicon/deps.ts>path.joinGlobs

Deno module to generate images from source code using Aloxaf/silicon.
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/silicon@v0.0.3/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