()
| 57925 | var _isElectronDefault = parcelHelpers.interopDefault(_isElectron); |
| 57926 | var process = require("process"); |
| 57927 | function isBrowser() { |
| 57928 | const isNode = typeof process === "object" && String(process) === "[object process]" && false; |
| 57929 | return !isNode || (0, _isElectronDefault.default)(); |
| 57930 | } |
| 57931 | exports.default = isBrowser; |
| 57932 | function isBrowserMainThread() { |
| 57933 | return isBrowser() && typeof document !== "undefined"; |
no outgoing calls
no test coverage detected