@types/koa-favicon
Advanced tools
Comparing version 2.0.16 to 2.0.17
@@ -29,5 +29,5 @@ // Type definitions for koa-favicon v2.x | ||
}): { (ctx: Koa.Context, next?: () => any): any }; | ||
}): Koa.Middleware; | ||
declare namespace favicon {} | ||
export = favicon; |
{ | ||
"name": "@types/koa-favicon", | ||
"version": "2.0.16", | ||
"description": "TypeScript definitions for koa-favicon v2.x", | ||
"version": "2.0.17", | ||
"description": "TypeScript definitions for koa-favicon", | ||
"license": "MIT", | ||
@@ -16,4 +16,4 @@ "author": "Jerry Chin <https://github.com/hellopao/>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "068683aab7f8442cc0b20bd085e6a43ed47213deae75c4cc87e70adc5a3f72e5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "431ede6b7f9fa810785a3ad20c8e0557cecd27e4f28047d5a284790806b2f817" | ||
} |
@@ -5,15 +5,14 @@ # Installation | ||
# Summary | ||
This package contains type definitions for koa-favicon v2.x (https://github.com/koajs/favicon). | ||
This package contains type definitions for koa-favicon (https://github.com/koajs/favicon). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa-favicon | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-favicon | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: koa | ||
* Global values: favicon | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jerry Chin <https://github.com/hellopao/>. |
{ | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -8,13 +7,10 @@ "moduleDependencies": [ | ||
], | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "koa-favicon v2.x", | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "koa-favicon", | ||
"typingsPackageName": "koa-favicon", | ||
"projectName": "https://github.com/koajs/favicon", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"favicon" | ||
], | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
@@ -27,3 +23,3 @@ "koa-favicon" | ||
"hasPackageJson": false, | ||
"contentHash": "068683aab7f8442cc0b20bd085e6a43ed47213deae75c4cc87e70adc5a3f72e5" | ||
"contentHash": "431ede6b7f9fa810785a3ad20c8e0557cecd27e4f28047d5a284790806b2f817" | ||
} |
2582
44
18