Skip to main content
Module

x/aleph/server/types.ts>RouteRegExp

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias RouteRegExp
import { type RouteRegExp } from "https://deno.land/x/aleph@1.0.0-beta.21/server/types.ts";
definition: { prefix: string; test(filename: string): boolean; exec(filename: string): URLPatternInput | null; }