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

x/discord_rpc_deno/deps.ts>path.GlobOptions

port of @xhayper/discord-rpc to deno
Latest
interface path.GlobOptions
Re-export
import { type path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/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.