Skip to main content
Module

x/fast/middleware/mod.ts>cors

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

type

(options?: CorsOptions) => unknown