import { MakeEnum } from '@gradecam/tsenum'; export const IdentifierNamesGenerator: Readonly<{ DictionaryIdentifierNamesGenerator: 'dictionary'; HexadecimalIdentifierNamesGenerator: 'hexadecimal'; MangledIdentifierNamesGenerator: 'mangled'; }> = MakeEnum({ DictionaryIdentifierNamesGenerator: 'dictionary', HexadecimalIdentifierNamesGenerator: 'hexadecimal', MangledIdentifierNamesGenerator: 'mangled' });