new
ScalarReference(path?: string,config?: ApiReferenceOptions,)
getResponse(ctx: Ctx): Response | Promise<Response>
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.
ScalarReference(path?: string,config?: ApiReferenceOptions,)
getResponse(ctx: Ctx): Response | Promise<Response>
Add Package
deno add jsr:@murat/yelix
Import symbol
import { ScalarReference } from "@murat/yelix";
Import directly with a jsr specifier
import { ScalarReference } from "jsr:@murat/yelix";