sandulat / routes-gen

Framework agnostic routes typings generator. Remix ☑️ SolidStart ☑️
MIT License
283 stars 12 forks source link

Support optional route params #32

Closed brandonpittman closed 1 year ago

brandonpittman commented 1 year ago

This PR checks if params end with a question mark and updates the output type accordingly.

Closes #31