UNPKG

vanzy-protect

Version:

Epic Obfuscator Yeahhh

6 lines (5 loc) 226 B
import { comment } from '../obfuscate/comment' import { rightExpression } from './rightExpression' export function unaryExpression(expr: any) { return expr.operator + comment(1) + '(' + rightExpression(expr.argument) + ')' }