Skip to main content
Module

x/deno_slack_hooks/deps.ts>path.normalizeGlob

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/deno_slack_hooks@1.3.1/deps.ts";
const { normalizeGlob } = path;

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

Parameters

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

Returns

string