Skip to main content
Module

x/discord_rpc_deno/deps.ts>path.normalizeGlob

port of @xhayper/discord-rpc to deno
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
const { normalizeGlob } = path;

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string