This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
66c552390947434b3aab27f27ed9e8c1eaa26856
freeCodeCamp
/
client
/
utils
/
index.js
4 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(updates): Store updates if the server is not responding
2018-07-26 14:37:10 +01:00
exports
.
isBrowser
=
function
isBrowser
(
)
{
return
typeof
window
!==
'undefined'
;
}
;
Reference in New Issue
Copy Permalink