Skip to main content
Module

x/fast/middleware/cors.ts>StaticOrigin

Small web framework with near-native performance.
Go to Latest
type alias StaticOrigin
import { type StaticOrigin } from "https://deno.land/x/fast@4.0.0-alpha.2/middleware/cors.ts";
definition:
| boolean
| string
| RegExp
| (boolean | string | RegExp)[]