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

x/capi/deps/std/path.ts>joinGlobs

[WIP] A framework for crafting interactions with Substrate chains
Latest
function joinGlobs
import { joinGlobs } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/path.ts";

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

Parameters

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

Returns

string