elysiajs / eden

Fully type-safe Elysia client
MIT License
173 stars 41 forks source link

fix: params now optional for paramless routes in edenFetch #41

Closed fredericoo closed 10 months ago

fredericoo commented 10 months ago

Fixes #40

Note: We might want to add "./test/**/*" to tsconfig includes, as this could’ve been caught by tsc or linting the test files. I obviously didn’t do this as part of this PR as it is beyond scope and also highlights other issues (with transform)