global-this.js 156 B

12345
  1. // https://github.com/tc39/proposal-global
  2. require('../modules/esnext.global-this');
  3. var global = require('../internals/global');
  4. module.exports = global;