export enum CustomCodeHelper {
    CallsControllerFunction = 'CallsControllerFunction',
    ConsoleOutputDisable = 'ConsoleOutputDisable',
    DebugProtectionFunctionCall = 'DebugProtectionFunctionCall',
    DebugProtectionFunctionInterval = 'DebugProtectionFunctionInterval',
    DebugProtectionFunction = 'DebugProtectionFunction',
    DomainLock = 'DomainLock',
    SelfDefendingUnicode = 'SelfDefendingUnicode',
    StringArray = 'StringArray',
    StringArrayCallsWrapper = 'StringArrayCallsWrapper',
    StringArrayCallsWrapperBase64 = 'StringArrayCallsWrapperBase64',
    StringArrayCallsWrapperRc4 = 'StringArrayCallsWrapperRc4',
    StringArrayRotateFunction = 'StringArrayRotateFunction'
}
