UNPKG

vanzy-protect

Version:

Epic Obfuscator Yeahhh

9 lines (8 loc) 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.binaryExpression = void 0; const rightExpression_1 = require("./rightExpression"); function binaryExpression({ left, right, operator }) { return `(${(0, rightExpression_1.rightExpression)(left)})${operator}(${(0, rightExpression_1.rightExpression)(right)})`; } exports.binaryExpression = binaryExpression;