Skip to main content
Module

x/velociraptor/deps.ts>path.joinGlobs

The npm-style script runner for Deno
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/velociraptor@1.5.0/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