UNPKG

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