Skip to main content
Module

x/cors/mithCors.ts>mithCors

Deno.js CORS middleware
Extremely Popular
Latest
variable mithCors
import { mithCors } from "https://deno.land/x/cors@v1.2.2/mithCors.ts";

mithCors middleware wrapper

type

<RequestT extends Req = any, ResponseT extends Res = any, MiddlewareT extends (
request: RequestT,
response: ResponseT,
next: (...args: any) => any,
) => any
= any
>
(o?: CorsOptions | CorsOptionsDelegate<RequestT>) => unknown