We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d495b commit f384d5aCopy full SHA for f384d5a
index.d.ts
@@ -84,13 +84,6 @@ declare namespace Router {
84
*/
85
param(name: string, handler: RequestParamHandler): this;
86
87
- /**
88
- * Alternatively, you can pass only a callback, in which case you have the opportunity to alter the app.param()
89
- *
90
- * @deprecated since version 4.11
91
- */
92
- param(callback: (name: string, matcher: RegExp) => RequestParamHandler): this;
93
-
94
/**
95
* Special-cased "all" method, applying the given route `path`,
96
* middleware, and callback to _every_ HTTP method.
0 commit comments