Skip to main content
Module

x/vento/deps.ts>path.GlobToRegExpOptions

🌬 A template engine for Deno & Node
Go to Latest
type alias path.GlobToRegExpOptions
import { type path } from "https://deno.land/x/vento@v0.12.5/deps.ts";
const { GlobToRegExpOptions } = path;
definition: GlobOptions & { os?: OSType; }