vanzy-protect
Version:
Epic Obfuscator Yeahhh
9 lines (8 loc) • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.chainExpression = void 0;
const rightExpression_1 = require("./rightExpression");
function chainExpression(expr) {
return (0, rightExpression_1.rightExpression)(expr.expression);
}
exports.chainExpression = chainExpression;