mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* [express] remove constraint that request params must be strings. Loosing this constraint was discussed in the original PR that added the generics, but it seems it was never followed though. It's possible that middleware is used that would make alterations to the request params and their types before the request handler is executed. This changes allows for the manual/explicit defining, while maintaining the default of a ParamsDictionary for the standard use case. * fixup: missed test in static-core |
||
|---|---|---|
| .. | ||
| express-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||