method Router.prototype.forEachimport { Router } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.forEach&s=Router";forEach(callback: (value1: Route<string>,value2: Route<string>,router: this,) => void, thisArg?: any): voidIterate over the routes currently added to the router, calling the callback function for each value. Parameterscallback: (value1: Route<string>,value2: Route<string>,router: this,) => void[src]optionalthisArg: any[src]Returnsvoid[src]