import { path } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]import { path } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.