javascript-obfuscator
Version:
JavaScript obfuscator
13 lines (12 loc) • 662 B
text/typescript
export enum CustomNode {
ConsoleOutputDisableExpressionNode = 'ConsoleOutputDisableExpressionNode',
DebugProtectionFunctionCallNode = 'DebugProtectionFunctionCallNode',
DebugProtectionFunctionIntervalNode = 'DebugProtectionFunctionIntervalNode',
DebugProtectionFunctionNode = 'DebugProtectionFunctionNode',
DomainLockNode = 'DomainLockNode',
NodeCallsControllerFunctionNode = 'NodeCallsControllerFunctionNode',
SelfDefendingUnicodeNode = 'SelfDefendingUnicodeNode',
StringArrayCallsWrapper = 'StringArrayCallsWrapper',
StringArrayNode = 'StringArrayNode',
StringArrayRotateFunctionNode = 'StringArrayRotateFunctionNode'
}