Deprecated
ValidationType is deprecated because of type generation should be reactive.
optional
query: Record<string, YelixValidationBase>
optional
formData: Record<string, YelixValidationBase>
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.
ValidationType is deprecated because of type generation should be reactive.
query: Record<string, YelixValidationBase>
formData: Record<string, YelixValidationBase>
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type ValidationType } from "@murat/yelix";
Import directly with a jsr specifier
import { type ValidationType } from "jsr:@murat/yelix";