Skip to content

Feature: infer param types from the path via template literal types #12

Description

@Albebu

eva.get("/users/:id/posts/:postId", ...) should type ctx.params as { id: string; postId: string } automatically, no manual generics — the Hono/Elysia template-literal-type trick. Roadmap phase 4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestphase-4Roadmap phase 4 — DX & advanced TS

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions