method Router.prototype.keysimport { Router } from "https://dotland.deno.dev/x/oak@v17.1.2/router.ts"; keys(): IterableIterator<Route<string>>Iterate over the routes currently added to the router. To be compatible with the iterable interfaces, the key is set to the value of the route. ReturnsIterableIterator<Route<string>>