UNPKG

js-confuser

Version:

JavaScript Obfuscation Tool.

12 lines (10 loc) 256 B
import Template from "./template"; export const SetFunctionLengthTemplate = new Template(` function {fnName}(fn, length = 1){ Object["defineProperty"](fn, "length", { "value": length, "configurable": false }); return fn; } `);