Skip to main content
Module

x/create_react_app/deps.ts>path.joinGlobs

Create React App with Deno
Latest
function path.joinGlobs
import { path } from "https://deno.land/x/create_react_app@v0.1.2/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