import { type IRouterMatcher } from "https://deno.land/x/opineHttpProxy@3.2.0/test/deps.ts";
Call Signatures
<P extends Params = ParamsDictionary, ResBody = any, ReqBody = any, ReqQuery = any>(path: PathParams, ...handlers: Array<RequestHandler<P, ResBody, ReqQuery>>): T
<P extends Params = ParamsDictionary, ResBody = any, ReqBody = any, ReqQuery = any>(path: PathParams, ...handlers: Array<RequestHandlerParams<P, ResBody>>): T
(path: PathParams, subApplication: Application): T