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-24 01:23:31 +01:00
committed by Andy
parent 902ee13ae7
commit f8d0b72ff4
31 changed files with 49 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/jaredhanson/passport-github
// Definitions by: Yasunori Ohoka <https://github.com/yasupeke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
// TypeScript Version: 2.3
import passport = require('passport');
import express = require('express');