Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/vendor/https/deno.land/std/node/path.ts>joinGlobs

πŸ¦• Redis client for Deno πŸ•
Very Popular
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/redis@v0.28.0/vendor/https/deno.land/std/node/path.ts";

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

Parameters

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

Returns

string