mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
lint error fixed
This commit is contained in:
1
fetch/fetch.d.ts
vendored
1
fetch/fetch.d.ts
vendored
@ -85,5 +85,6 @@ declare module "fetch" {
|
|||||||
type BodyInit = Blob|FormData|string;
|
type BodyInit = Blob|FormData|string;
|
||||||
type RequestInfo = Request|string;
|
type RequestInfo = Request|string;
|
||||||
|
|
||||||
|
/* tslint:disable */
|
||||||
function fetch(url: string, init?: RequestInit): Promise<Response>;
|
function fetch(url: string, init?: RequestInit): Promise<Response>;
|
||||||
}
|
}
|
Reference in New Issue
Block a user