import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { composeMiddleware } = oak;
Compose multiple middleware functions into a single middleware function.
Parameters
middleware: Middleware<S, T>[]
import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { composeMiddleware } = oak;
Compose multiple middleware functions into a single middleware function.