Module

std/path/mod.ts>GlobToRegExpOptions

The Deno Standard Library
Latest
type alias GlobToRegExpOptions
import { type GlobToRegExpOptions } from "https://dotland.deno.dev/std@0.224.0/path/mod.ts";
definition: GlobOptions & { os?: OSType; }