diff --git a/fetch/fetch.d.ts b/fetch/fetch.d.ts index 6f6ff076e..67745571e 100644 --- a/fetch/fetch.d.ts +++ b/fetch/fetch.d.ts @@ -85,5 +85,6 @@ declare module "fetch" { type BodyInit = Blob|FormData|string; type RequestInfo = Request|string; + /* tslint:disable */ function fetch(url: string, init?: RequestInit): Promise; } \ No newline at end of file