Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/path.ts>normalizeGlob

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/actionify@0.3.0/src/deps/path.ts";

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

Parameters

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

Returns

string