We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcabc4a commit bfa9ed3Copy full SHA for bfa9ed3
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