Skip to main content
Module

x/plug/test_deps.ts>normalizeGlob

🔌 Deno FFI helper module
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/plug@1.0.1/test_deps.ts";

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

Parameters

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

Returns

string