mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fixing type errors in tests
This commit is contained in:
2
tns-core-modules/http/http-request.d.ts
vendored
2
tns-core-modules/http/http-request.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
//@private
|
||||
|
||||
declare module "http/http-request" {
|
||||
import http = require("http");
|
||||
import * as http from "http";
|
||||
export var request: (options: http.HttpRequestOptions) => Promise<http.HttpResponse>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user