mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
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:
2
types/passport-github/index.d.ts
vendored
2
types/passport-github/index.d.ts
vendored
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user