UNPKG

vanzy-protect

Version:

Epic Obfuscator Yeahhh

9 lines (8 loc) 313 B
"use strict"; 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;