UNPKG

voluptasvelit

Version:
17 lines (14 loc) 354 B
/** * @returns {string} */ export function GlobalVariableTemplate1 (): string { return ` var that; try { var getGlobal = Function('return (function() ' + '{}.constructor("return this")( )' + ');'); that = getGlobal(); } catch (e) { that = window; } `; }