Allow typing Express body, params, query and cookies through generics (#20820)

* Allow typing express body, params, query and cookies through generics

* Increase minor version

* Add ts version comment

* Fix ts requirement comment typo

* Bump all ts version packages

* Bump Morgan package
This commit is contained in:
Alexandre
2017-10-23 17:23:31 -07:00
committed by Andy
parent 902ee13ae7
commit f8d0b72ff4
31 changed files with 49 additions and 24 deletions
+1
View File
@@ -2,6 +2,7 @@
// Project: https://github.com/shutterstock/node-errors
// Definitions by: Ian Copp <https://github.com/icopp>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as express from 'express';