import { Router } from "https://deno.land/x/oak@v12.2.0/router.ts";
Iterate over the routes currently added to the router.
Returns
IterableIterator<Route<string, RouteParams<string>, RS>>
import { Router } from "https://deno.land/x/oak@v12.2.0/router.ts";
Iterate over the routes currently added to the router.