global.js 80 B

12345
  1. /* eslint strict: "off" */
  2. module.exports = (function () {
  3. return this;
  4. }());