Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ hasWindow
Function
hasWindow
src/common/other.ts:87–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
dateObj.getUTCSeconds();
86
87
export
const
hasWindow = (): boolean => !isUndefined(GLOBAL.window);
88
89
export
const
isNull = (thing: unknown): thing is null => thing === null;
90
Callers
13
createListenable
Function · 0.90
addListenerEffect
Function · 0.90
getCell
Function · 0.90
getValue
Function · 0.90
getStoreIds
Function · 0.90
getMetricsIds
Function · 0.90
getIndexesIds
Function · 0.90
getQueriesIds
Function · 0.90
getRelationshipsIds
Function · 0.90
getCheckpointsIds
Function · 0.90
getPersisterIds
Function · 0.90
getSynchronizerIds
Function · 0.90
Calls
1
isUndefined
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…