Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/next_php/src/deps.ts>path.normalizeGlob

NextPHP is a web framework enabling you to write PHP in JavaScript.
Latest
function path.normalizeGlob
Re-export
import { path } from "https://deno.land/x/next_php@1.1.2/src/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