diff --git a/nativescript-core/index.ts b/nativescript-core/index.ts index 9ba41154a..6088694f4 100644 --- a/nativescript-core/index.ts +++ b/nativescript-core/index.ts @@ -47,7 +47,7 @@ export { File, FileSystemEntity, Folder, knownFolders, path } from "./file-syste // Export all interfaces from "http" module export { HttpRequestOptions, HttpResponse, Headers, HttpResponseEncoding, HttpContent } from "./http"; -// Export all methods from "http" as ApplicationSettings +// Export all methods from "http" as Http import { getFile, getImage, getJSON, getString as httpGetString, request } from "./http"; export const Http = { getFile, getImage, getJSON, getString: httpGetString, request };