import { path } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/deps.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]x/deno_slack_hooks/deps.ts>path.normalizeGlob
import { path } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/deps.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.