Skip to main content
Module

x/fast/mod.ts>middleware.cors

Small web framework with near-native performance.
Go to Latest
variable middleware.cors
import { middleware } from "https://deno.land/x/fast@4.0.0-alpha.3/mod.ts";
const { cors } = middleware;

type

(options?: CorsOptions) => unknown