(s)
| 20188 | 45951: function (s, o, i) { |
| 20189 | 'use strict' |
| 20190 | var check = function (s) { |
| 20191 | return s && s.Math === Math && s |
| 20192 | } |
| 20193 | s.exports = |
| 20194 | check('object' == typeof globalThis && globalThis) || |
| 20195 | check('object' == typeof window && window) || |
no test coverage detected