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

x/s3si/deps.ts>path.joinGlobs

Export your battles from SplatNet to stat.ink
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/s3si@v0.1.8/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