UNPKG

vanzy-protect

Version:

Epic Obfuscator Yeahhh

9 lines (8 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.numberObfLvl1 = void 0; const cfg_1 = require("../config/cfg"); function numberObfLvl1(num) { return ((num < 0) ? '-' : '') + ((0, cfg_1.cfg)().transforms.noES2021Syntax ? '0x0' : '0x0_') + Math.abs(num).toString(16); } exports.numberObfLvl1 = numberObfLvl1;