A value that can be either a static value or a runtime expression
T | { expression: RuntimeExpression; }
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.
A value that can be either a static value or a runtime expression
T | { expression: RuntimeExpression; }
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type RuntimeExpressionOrValue } from "@murat/yelix";
Import directly with a jsr specifier
import { type RuntimeExpressionOrValue } from "jsr:@murat/yelix";