Skip to main content
Go to Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/postcss_autoprefixer@0.2.4/test/deps.js";
const { normalizeGlob } = path;

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

Parameters

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

Returns

string