Module

x/wmill/deps.ts>Router#[Symbol.iterator]

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
method Router.prototype.[Symbol.iterator]
import { Router } from "https://dotland.deno.dev/x/wmill@v1.346.0/deps.ts";

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

Returns

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