Skip to main content
Module

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

scaffold your next project with style and 💗
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/scaffold@0.3.0/src/deps/path.ts";
const { normalizeGlob } = path;

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

Parameters

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

Returns

string