import { Router } from "https://deno.land/x/sptaki@1.2.0/di/Router.d.ts";
Properties
protected
handledRoutes: HandledRoute[]Methods
protected
getHandledRoutes(): HandledRoute[]protected
getInternalHandledRoutes(): HandledRoute[]canHandle(url: string, partialMatch?: boolean): boolean
getTopLevelRoute(): string