method Application.prototype.getPageRouteimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts"; getPageRoute(location: { pathname: string; search?: string; }): [RouterURL, RouteModule[]]Parameterslocation: { pathname: string; search?: string; }Returns[RouterURL, RouteModule[]]