mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix a typo in a comment (#8128)
This commit is contained in:
committed by
Manol Donev
parent
0175c4b35a
commit
529f0c4f86
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user