Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isJsObject
Function
isJsObject
packages/core/src/util/iterable.ts:53–55 ·
view source on GitHub ↗
(o: any)
Source
from the content-addressed store, hash-verified
51
}
52
53
export
function
isJsObject(o: any): boolean {
54
return
o !== null && (typeof o ===
'function'
|| typeof o ===
'object'
);
55
}
Callers
3
supports
Method · 0.90
diff
Method · 0.90
isListLikeIterable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…