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

x/aleph/route.ts>default

The Full-stack Framework in Deno.
Go to Latest
function default
import { default } from "https://deno.land/x/aleph@v0.1.5/route.ts";

Parameters

base: string
pagePaths: string[]
optional
options: { location?: { pathname: string; search?: string; }; defaultLocale?: string; locales?: string[]; }