UNPKG

javascript-obfuscator

Version:
14 lines (12 loc) 561 B
import { MakeEnum } from '@gradecam/tsenum'; export const IdentifierNamesGenerator: Readonly<{ DictionaryIdentifierNamesGenerator: 'dictionary'; HexadecimalIdentifierNamesGenerator: 'hexadecimal'; MangledIdentifierNamesGenerator: 'mangled'; MangledShuffledIdentifierNamesGenerator: 'mangled-shuffled'; }> = MakeEnum({ DictionaryIdentifierNamesGenerator: 'dictionary', HexadecimalIdentifierNamesGenerator: 'hexadecimal', MangledIdentifierNamesGenerator: 'mangled', MangledShuffledIdentifierNamesGenerator: 'mangled-shuffled' });