Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/routing.ts>toRouteRegExp

The Full-stack Framework in Deno.
Go to Latest
function toRouteRegExp
import { toRouteRegExp } from "https://deno.land/x/aleph@1.0.0-alpha.50/server/routing.ts";

convert route config to RouteRegExp

Parameters

config: string | RoutesConfig

Returns

RouteRegExp