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

x/oak_nest/mod.ts>OriginRouter#values

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OriginRouter.prototype.values
import { OriginRouter } from "https://deno.land/x/oak_nest@v1.14.0/mod.ts";

Iterate over the routes currently added to the router.

Returns

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