Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/path.ts>normalizeGlob

[WIP] A framework for crafting interactions with Substrate chains
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/path.ts";

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

Parameters

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

Returns

string