global-this.js 170 B

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