mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Rename the files
This commit is contained in:
6
tns-core-modules/http/http-request.d.ts
vendored
Normal file
6
tns-core-modules/http/http-request.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
//@private
|
||||
|
||||
declare module "http/http-request" {
|
||||
import http = require("http");
|
||||
export var request: (options: http.HttpRequestOptions) => Promise<http.HttpResponse>;
|
||||
}
|
||||
Reference in New Issue
Block a user