Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/eta/file-methods.ts>path.normalizeGlob

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Go to Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/eta@v2.0.1/file-methods.ts";
const { normalizeGlob } = path;

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

Parameters

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

Returns

string