import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { MiddlewareOrMiddlewareObject } = Oak;
Type that represents Middleware
or
MiddlewareObject
.
definition: Middleware<S, T> | MiddlewareObject<S, T>
x/oak_http_proxy/test/deps.ts>Oak.MiddlewareOrMiddlewareObject
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { MiddlewareOrMiddlewareObject } = Oak;
Type that represents Middleware
or
MiddlewareObject
.