We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea4a0a commit fc697e5Copy full SHA for fc697e5
fetch/fetch.d.ts
@@ -85,5 +85,6 @@ declare module "fetch" {
85
type BodyInit = Blob|FormData|string;
86
type RequestInfo = Request|string;
87
88
+ /* tslint:disable */
89
function fetch(url: string, init?: RequestInit): Promise<Response>;
90
}
0 commit comments