const isBrowserTabFocused = () => !document.hidden; module.exports = isBrowserTabFocused;