@types/fetch-mock
Advanced tools
Comparing version 7.3.1 to 7.3.2
@@ -148,2 +148,7 @@ // Type definitions for fetch-mock 7.3 | ||
/** | ||
* body to match | ||
*/ | ||
body?: string | {}; | ||
/** | ||
* key/value map of query strings to match, in any order | ||
@@ -150,0 +155,0 @@ */ |
{ | ||
"name": "@types/fetch-mock", | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"description": "TypeScript definitions for fetch-mock", | ||
@@ -59,3 +59,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -68,4 +68,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "707c495d01b07ad1bff6de11a8b5ad3a4d86c9066584f76eb719d0e3963b6f4b", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "74659a1ad0158e811c5ce1ae18bd37f667beccd0ab0e9e89c9a7faf514119639", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for fetch-mock ( https://github.com/wheresrhys/fetch-mock ). | ||
This package contains type definitions for fetch-mock (https://github.com/wheresrhys/fetch-mock). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fetch-mock | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fetch-mock. | ||
Additional Details | ||
* Last updated: Sun, 16 Jun 2019 08:06:11 GMT | ||
### Additional Details | ||
* Last updated: Fri, 15 Nov 2019 00:44:56 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>, Risto Keravuori <https://github.com/merrywhether>, Chris Sinclair <https://github.com/chrissinclair>, Matt Tennison <https://github.com/matttennison>, Quentin Bouygues <https://github.com/quentinbouygues>, Fumiaki Matsushima <https://github.com/mtsmfm>, Colin Doig <https://github.com/captain-igloo>, Felix Chen <https://github.com/ChenNima>, Katsuya Hino <https://github.com/dobogo>. | ||
These definitions were written by Alexey Svetliakov (https://github.com/asvetliakov), Tamir Duberstein (https://github.com/tamird), Risto Keravuori (https://github.com/merrywhether), Chris Sinclair (https://github.com/chrissinclair), Matt Tennison (https://github.com/matttennison), Quentin Bouygues (https://github.com/quentinbouygues), Fumiaki Matsushima (https://github.com/mtsmfm), Colin Doig (https://github.com/captain-igloo), Felix Chen (https://github.com/ChenNima), and Katsuya Hino (https://github.com/dobogo). |
31002
558