mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +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