@types/koa-json-error
Advanced tools
@@ -13,3 +13,3 @@ // Type definitions for koa-json-error 3.1 | ||
| */ | ||
| preFormat?: (err: Error) => any; | ||
| preFormat?(err: Error): any; | ||
@@ -19,3 +19,3 @@ /** | ||
| */ | ||
| format?: (err: Error, obj: any) => any; | ||
| format?(err: Error, obj: any): any; | ||
@@ -25,3 +25,3 @@ /** | ||
| */ | ||
| postFormat?: (err: Error, obj: any) => any; | ||
| postFormat?(err: Error, obj: any): any; | ||
| } | ||
@@ -28,0 +28,0 @@ |
| { | ||
| "name": "@types/koa-json-error", | ||
| "version": "3.1.0", | ||
| "version": "3.1.1", | ||
| "description": "TypeScript definitions for koa-json-error", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "981f92d5e8d2b44b08f22508861b0207a8f6cd6ad70f498efababf81045cfa0f", | ||
| "typesPublisherContentHash": "9bb2d96e54b19ab76bc6a84044c0daf67a3a6fcdf25f4602ae071976044e8b72", | ||
| "typeScriptVersion": "2.1" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-json-error | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-json-error | ||
| Additional Details | ||
| * Last updated: Thu, 23 Feb 2017 15:22:20 GMT | ||
| * Last updated: Thu, 30 Mar 2017 22:36:50 GMT | ||
| * Dependencies: koa | ||
@@ -14,0 +14,0 @@ * Global values: none |
| { | ||
| "name": "koa-json-error", | ||
| "libraryName": "koa-json-error", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "data": { | ||
| "contributors": [ | ||
| { | ||
| "name": "Mudkip", | ||
| "url": "https://github.com/mudkipme" | ||
| } | ||
| ], | ||
| "dependencies": { | ||
| "koa": "*" | ||
| }, | ||
| "pathMappings": {}, | ||
| "libraryMajorVersion": 3, | ||
| "libraryMinorVersion": 1, | ||
| "typeScriptVersion": "2.1", | ||
| "libraryName": "koa-json-error", | ||
| "typingsPackageName": "koa-json-error", | ||
| "projectName": "https://github.com/koajs/json-error", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "globals": [], | ||
| "declaredModules": [ | ||
| "koa-json-error/." | ||
| ], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "981f92d5e8d2b44b08f22508861b0207a8f6cd6ad70f498efababf81045cfa0f" | ||
| }, | ||
| "isLatest": true | ||
| } |
2311
-31.18%3
-25%26
-55.93%