Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/xArgs.ts>GlobString

🚀 (Deno) enhanced executor
Latest
type alias GlobString
import { type GlobString } from "https://deno.land/x/dxx@rf/src/lib/xArgs.ts";

A glob pattern, in string form, meant to be fed to globbing functions. -branded* to mimic a nominal type (and for better Intellisense handling).

definition: string & { #brand: "GlobString"; }