js-confuser
js-confuser copied to clipboard
avoid renaming multiple variables
Hello,
To avoid renaming a certain variable with the example is
renameVariables: name=>name!="jQuery",
Can you provide sample for multiple variables to avoid rename ?
renameVariables: name => !['array'].includes(name)
Is it possible to config to not rename function which in array ?