Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/dep/path-to-regexp.ts>Path

A frugal web framework
Go to Latest
type alias Path
import { type Path } from "https://deno.land/x/frugal@0.3.0/dep/path-to-regexp.ts";

Supported path-to-regexp input types.

definition: string | RegExp | Array<string | RegExp>