UNPKG

vanzy-protect

Version:

Epic Obfuscator Yeahhh

7 lines (6 loc) 284 B
import { comment } from '../obfuscate/comment' import { rightExpression } from './rightExpression' export function awaitExpression(expr: any) { // console.log(expr, expr.argument, rightExpression(expr.argument)) return 'await(' + comment(1) + rightExpression(expr.argument) + ')' }