Skip to main content
Module

std/path/mod.ts>GlobToRegExpOptions

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