We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2376e commit fd5d25dCopy full SHA for fd5d25d
lib/utils/window-or-global.js
@@ -2,4 +2,4 @@
2
// https://github.com/purposeindustries/window-or-global
3
module.exports = (typeof self === 'object' && self.self === self && self) ||
4
(typeof global === 'object' && global.global === global && global) ||
5
- {}
+ this
0 commit comments