Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface GlobrexResult
import { type GlobrexResult } from "https://deno.land/std@0.51.0/path/_globrex.ts";

Properties

regex: RegExp
optional
path: { regex: RegExp; segments: RegExp[]; globstar?: RegExp; }