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

x/fathym_atomic_icons/src/src.deps.ts>path.GlobOptions

Fathym's Atomic Icons is a library that supports the optimized creation of customzied icon sets for delivery via Deno Fresh.
Go to Latest
interface path.GlobOptions
Re-export
import { type path } from "https://deno.land/x/fathym_atomic_icons@v0.0.32/src/src.deps.ts";
const { GlobOptions } = path;

Options for globToRegExp.

Properties

optional
extended: boolean = true
optional
globstar: boolean = true

Globstar syntax. See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option. If false, ** is treated like *.

optional
caseInsensitive: boolean

Whether globstar should be case-insensitive.

Properties

optional
extended: boolean = true
optional
globstar: boolean = true

Globstar syntax. See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option. If false, ** is treated like *.

optional
caseInsensitive: boolean

Whether globstar should be case-insensitive.

Properties

optional
extended: boolean = true
optional
globstar: boolean = true

Globstar syntax. See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option. If false, ** is treated like *.

optional
caseInsensitive: boolean

Whether globstar should be case-insensitive.