()
| 57930 | } |
| 57931 | exports.default = isBrowser; |
| 57932 | function isBrowserMainThread() { |
| 57933 | return isBrowser() && typeof document !== "undefined"; |
| 57934 | } |
| 57935 | |
| 57936 | },{"./is-electron":"lyuUC","process":"1RiLM","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"lyuUC":[function(require,module,exports) { |
| 57937 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
nothing calls this directly
no test coverage detected