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 4f33bc4 commit 153365cCopy full SHA for 153365c
Readme.md
@@ -235,10 +235,6 @@ Path-To-RegExp breaks compatibility with Express <= `4.x`:
235
- Parameters have suffixes that augment meaning - `*`, `+` and `?`. E.g. `/:user*`
236
- No wildcard asterisk (`*`) - use parameters instead (`(.*)`)
237
238
-## TypeScript
239
-
240
-Includes a [`.d.ts`](index.d.ts) file for TypeScript users.
241
242
## Live Demo
243
244
You can see a live demo of this library in use at [express-route-tester](http://forbeslindesay.github.com/express-route-tester/).
0 commit comments