Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fast/middleware/cors.ts>cors

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

type

(options?: CorsOptions) => unknown