@types/method-override
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -22,5 +22,4 @@ // Type definitions for method-override | ||
declare function e(getter?: string, options?: e.MethodOverrideOptions): express.RequestHandler; | ||
declare function e(getter?: (req: express.Request, res: express.Response) => string, options?: e.MethodOverrideOptions): express.RequestHandler; | ||
declare function e(getter?: string | ((req: express.Request, res: express.Response) => string), options?: e.MethodOverrideOptions): express.RequestHandler; | ||
export = e; |
{ | ||
"name": "@types/method-override", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "TypeScript definitions for method-override", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "1b6ce1078aab99bcb7531f4be54ccd1b144ab1b7f3cf7288f82400a446e56bba" | ||
"typesPublisherContentHash": "77132f4a9390d32e336148bc81ec90c67f5d14595d8e28afd5334609919c30a5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* Last updated: Wed, 05 Oct 2016 20:53:35 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -26,3 +26,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "1b6ce1078aab99bcb7531f4be54ccd1b144ab1b7f3cf7288f82400a446e56bba" | ||
"contentHash": "77132f4a9390d32e336148bc81ec90c67f5d14595d8e28afd5334609919c30a5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2637
43