Skip to main content
  • Option name: "identifierGenerator"
  • Option values: "hexadecimal"/"randomized"/"zeroWidth"/"mangled"/"number"/Function

Modes


Custom Implementation

options.identifierGenerator()

Customize the new variables name of the program. Returns a string.
Options.js

Usage Example

The provided code example will obfuscate the file input.js and write the output to a file named output.js.
Usage Example

Enabled In


See Also