T extends YelixValidationBase<infer U> ? U : T extends { [key: string]: YelixValidationBase<infer U>; } ? [K in keyof T]: Infer<T[K]> : T extends ArrayZod<infer U> ? U[] : never
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
GroophyLifefor/yelixYelix 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.
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type Infer } from "@murat/yelix";
Import directly with a jsr specifier
import { type Infer } from "jsr:@murat/yelix";