optional
allowMethods: string[]
optional
allowHeaders: string[]
optional
credentials: boolean
optional
exposeHeaders: string[]
Yelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.
allowMethods: string[]
allowHeaders: string[]
credentials: boolean
exposeHeaders: string[]
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type CORSOptions } from "@murat/yelix";
Import directly with a jsr specifier
import { type CORSOptions } from "jsr:@murat/yelix";