Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/plugins/web-interface/deps.ts>Router#[Symbol.iterator]

Universal process manager built in Deno
Go to Latest
method Router.prototype.[Symbol.iterator]
import { Router } from "https://deno.land/x/pup@1.0.0-beta.35/plugins/web-interface/deps.ts";

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

Returns

IterableIterator<Route<string, RouteParams<string>, RS>>