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

x/oak_nest/mod.ts>OriginRouter#keys

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

Iterate over the routes currently added to the router. To be compatible with the iterable interfaces, the key is set to the value of the route.

Returns

IterableIterator<Route<string>>