Skip to main content
Module

x/deno_slack_hooks/deps.ts>path.joinGlobs

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function path.joinGlobs
import { path } from "https://deno.land/x/deno_slack_hooks@1.2.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