Skip to main content
Module

x/fresh/src/server/context.ts>sortRoutes

The next-gen web framework.
Extremely Popular
Go to Latest
function sortRoutes
import { sortRoutes } from "https://deno.land/x/fresh@1.3.1/src/server/context.ts";

Sort pages by their relative routing priority, based on the parts in the route matcher

Type Parameters

T extends { pattern: string; }

Parameters

routes: T[]