Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activejs/activejs
/ isObject
Function
isObject
packages/core/src/utils/funcs.ts:32–34 ·
view source on GitHub ↗
(o: any)
Source
from the content-addressed store, hash-verified
30
* @internal please do not use.
31
*/
32
export
function
isObject(o: any): boolean {
33
return
o != null && typeof o ===
'object'
;
34
}
35
36
/**
37
* @internal please do not use.
Callers
9
findByProp
Method · 0.90
findByProp
Method · 0.90
findRandomPath
Function · 0.90
utils.ts
File · 0.90
dict-unit.spec.ts
File · 0.90
list-unit.spec.ts
File · 0.90
immutability.spec.ts
File · 0.90
environment.spec.ts
File · 0.90
deepFreeze
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected