mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Renamed image module to image-source. Extended the testRunner to accept module name to run.
This commit is contained in:
4
http/http-request.d.ts
vendored
4
http/http-request.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* The http client interface.
|
||||
*/
|
||||
import image_module = require("image/image");
|
||||
import image_module = require("image-source/image-source");
|
||||
import promises = require("promises/promises");
|
||||
|
||||
export declare function request(options: HttpRequestOptions): promises.Promise<HttpResponse>;
|
||||
@ -24,5 +24,5 @@ export interface HttpContent {
|
||||
raw: any;
|
||||
toString: () => string;
|
||||
toJSON: () => any;
|
||||
toImage: () => image_module.Image;
|
||||
toImage: () => image_module.ImageSource;
|
||||
}
|
Reference in New Issue
Block a user