method Router.prototype.valuesimport { Router } from "https://dotland.deno.dev/x/oak@14.2.0/router.ts"; values(): IterableIterator<Route<string, RouteParams<string>, RS>>Iterate over the routes currently added to the router. ReturnsIterableIterator<Route<string, RouteParams<string>, RS>>