import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { composeMiddleware } = Oak;
Compose multiple middleware functions into a single middleware function.
Parameters
middleware: MiddlewareOrMiddlewareObject<S, T>[]
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { composeMiddleware } = Oak;
Compose multiple middleware functions into a single middleware function.