MCPcopy 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
35export function isBrowser(): boolean {
36 return typeof window !== 'undefined';
37}

Callers 3

updateOnlineStatusFunction · 0.90
ShowProfileOrFourOhFourFunction · 0.90
createStoreFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected