Skip to content

Commit 803b54b

Browse files
committed
Merge pull request DefinitelyTyped#4323 from jonathantyates/patch-3
Update whatwg-fetch.d.ts
2 parents 729820b + 9f9214a commit 803b54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whatwg-fetch/whatwg-fetch.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ declare class Body {
5151
arrayBuffer(): Promise<ArrayBuffer>;
5252
blob(): Promise<Blob>;
5353
formData(): Promise<FormData>;
54-
json(): Promise<JSON>;
54+
json(): Promise<any>;
5555
text(): Promise<string>;
5656
}
5757
declare class Response extends Body {

0 commit comments

Comments
 (0)