@types/method-override
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -13,3 +13,3 @@ // Type definitions for method-override | ||
import express = require('express'); | ||
import express = require("express"); | ||
@@ -22,4 +22,7 @@ declare namespace e { | ||
declare function e(getter?: string | ((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.32", | ||
"version": "0.0.33", | ||
"description": "TypeScript definitions for method-override", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/method-override", | ||
}, | ||
"typesPublisherContentHash": "318525eca1ca5250f11177beea88d0cd73535745817cd366e94e54b2dcd813a6", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "39f321a40f2c75b46e7caf775f696d6b92ea5d9bbb20b79f66f3bf1fc6e4f492", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -23,3 +23,3 @@ # Installation | ||
import express = require('express'); | ||
import express = require("express"); | ||
@@ -32,3 +32,6 @@ declare namespace e { | ||
declare function e(getter?: string | ((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; | ||
@@ -40,3 +43,3 @@ export = e; | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 22:03:04 GMT | ||
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -43,0 +46,0 @@ * Global values: none |
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
4075
21
47