method Router.prototype.entriesimport { Router } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/router.ts?p=prototype.entries&s=Router";entries(): IterableIterator<[Route<string>, Route<string>]>Iterate over the routes currently added to the router. To be compatible with the iterable interfaces, both the key and value are set to the value of the route. ReturnsIterableIterator<[Route<string>, Route<string>]>[src]