Skip to main content
Module

x/sane_fmt/std/path.ts>normalizeGlob

Opinionated code formatter for TypeScript and JavaScript
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/sane_fmt@0.13.0/std/path.ts";

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

Parameters

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

Returns

string