mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
refactor: replace exported "const enums" with "enums"
This commit is contained in:
@ -12,7 +12,7 @@ import getter = utils.ios.getter;
|
||||
|
||||
import * as domainDebugger from "../../debugger/debugger";
|
||||
|
||||
export const enum HttpResponseEncoding {
|
||||
export enum HttpResponseEncoding {
|
||||
UTF8,
|
||||
GBK
|
||||
}
|
||||
|
Reference in New Issue
Block a user