Skip to main content
Module

x/mtkruto/0_deps.ts>path.normalizeGlob

Cross-runtime JavaScript library for building Telegram clients
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/mtkruto@0.2.30/0_deps.ts";
const { normalizeGlob } = path;

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string