@types/swagger-ui-express
Advanced tools
Comparing version
@@ -41,3 +41,3 @@ // Type definitions for swagger-ui-express 3.0 | ||
*/ | ||
serve(): RequestHandler[]; | ||
serve: RequestHandler[]; | ||
@@ -44,0 +44,0 @@ /** |
{ | ||
"name": "@types/swagger-ui-express", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for swagger-ui-express", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/swagger-ui-express" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b54560607a92e90d4757aa6275001f437bab18e0388f3e809b214bf07bf11fbe", | ||
"typesPublisherContentHash": "9b9c71e3454174d72b0ac5c3bc86d983680389b6247944161a57c91d1b90e30d", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for swagger-ui-express (https://github.com/scottie1984/swagger-ui-express). | ||
This package contains type definitions for swagger-ui-express ( https://github.com/scottie1984/swagger-ui-express ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 26 Jun 2018 01:10:51 GMT | ||
* Dependencies: express, serve-static | ||
* Last updated: Mon, 10 Jun 2019 19:43:40 GMT | ||
* Dependencies: @types/express, @types/serve-static | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
6290
1.71%