Skip to main content
Deno 2 is finally here 🎉️
Learn more
method Router.prototype.[Symbol.iterator]
Re-export
import { Router } from "https://deno.land/x/ptero@3.0/Ptero/deps.ts";

Provide an iterator interface that iterates over the routes registered with the router.

Returns

IterableIterator<Route<RP, RS>>