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

x/allo_routing/routers/RouterList.ts>RouterList#add

🦕 Routing solution for Deno
Go to Latest
method RouterList.prototype.add
import { RouterList } from "https://deno.land/x/allo_routing@v2.0.1/routers/RouterList.ts";

Add route or router to list.

Parameters

...entry: AddMethodEntry

Returns

this

Returns this for chaining.