@types/fetch-mock
Advanced tools
Comparing version 7.3.4 to 7.3.5
@@ -591,3 +591,3 @@ // Type definitions for fetch-mock 7.3 | ||
reject: (reason?: any) => void, | ||
) => void) => Promise<Response> | undefined; | ||
) => void) => Promise<Response> | undefined | undefined; | ||
@@ -606,3 +606,3 @@ /** | ||
*/ | ||
Headers?: new () => Headers | undefined; | ||
Headers?: (new () => Headers | undefined) | undefined; | ||
@@ -613,3 +613,3 @@ /** | ||
*/ | ||
Request?: new (input: string | Request, init?: RequestInit) => Request | undefined; | ||
Request?: (new (input: string | Request, init?: RequestInit) => Request | undefined) | undefined; | ||
@@ -620,3 +620,3 @@ /** | ||
*/ | ||
Response?: new () => Response | undefined; | ||
Response?: (new () => Response | undefined) | undefined; | ||
}; | ||
@@ -623,0 +623,0 @@ } |
{ | ||
"name": "@types/fetch-mock", | ||
"version": "7.3.4", | ||
"version": "7.3.5", | ||
"description": "TypeScript definitions for fetch-mock", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fetch-mock", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a2ba642285604281a6a4c5d60ffd6eb4a5d4cdcb3ecd3efd94651c500f45263f", | ||
"typesPublisherContentHash": "e037a43db4814ab9f1bb66d2b9b99561392ebb32ce09e9714b8153a4ca04a184", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:32:56 GMT | ||
* Last updated: Thu, 08 Jul 2021 12:01:32 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
31572