Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/deps.ts>OriginRouter#[Symbol.iterator]

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OriginRouter.prototype.[Symbol.iterator]
import { OriginRouter } from "https://deno.land/x/oak_nest@v1.15.2/deps.ts";

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

Returns

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