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

x/discord_rpc_deno/deps.ts>path.joinGlobs

port of @xhayper/discord-rpc to deno
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
const { joinGlobs } = path;

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

Parameters

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

Returns

string