Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ isBrowser
Function
isBrowser
client/utils/index.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
idToPath.get(id);
34
35
export
function
isBrowser(): boolean {
36
return
typeof window !==
'undefined'
;
37
}
Callers
3
updateOnlineStatus
Function · 0.90
ShowProfileOrFourOhFour
Function · 0.90
createStore
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected