method Router.prototype.[Symbol.iterator]import { Router } from "https://deno.land/x/danet@1.7.4/src/deps.ts"; [Symbol.iterator](): IterableIterator<Route<string, RouteParams<string>, RS>>Provide an iterator interface that iterates over the routes registered with the router. ReturnsIterableIterator<Route<string, RouteParams<string>, RS>>