/** * The global object to which functions and properties can be assigned. * @private */ module.exports = (function() { return this; }).call(null);