-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
Description
Describe the feature
import { H3 } from "h3-nightly" // 2.0.0-20250428-102154-f1115f3;
const app = new H3();
app.get("/:user/id", (e) => {
console.log(e.context.params); // Record<string, string> | undefined;
});
could this be helpful? https://github.com/lukeed/regexparam/blob/main/index.d.ts#L11
Additional information
- Would you be willing to help implement this feature?
kricsleo and pi0