We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d973929 commit 5689f3fCopy full SHA for 5689f3f
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
+ this;
0 commit comments