import { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ApplicationRequestHandler } = Opine;
definition: IRouterHandler<T> & IRouterMatcher<T> & ((...handlers: RequestHandlerParams[]) => T)
x/oak_http_proxy/test/deps.ts>Opine.ApplicationRequestHandler
import { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ApplicationRequestHandler } = Opine;