Skip to main content
Module

x/sane_fmt/std/path.ts>joinGlobs

Opinionated code formatter for TypeScript and JavaScript
Go to Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/sane_fmt@0.13.0/std/path.ts";

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

Parameters

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

Returns

string