interface Opine.RouterConstructor
implements IRouter
import { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { RouterConstructor } = Opine;
Call Signatures
(options?: RouterOptions): Router
Methods
new(options?: RouterOptions): Router