Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ isObject
Function
isObject
javascript/atoms/typescript/get-attribute.ts:118–120 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
116
}
117
118
function
isObject(value: unknown): boolean {
119
return
value !== null && (typeof value ===
'object'
|| typeof value ===
'function'
);
120
}
121
122
const
name = attribute.toLowerCase();
123
Callers
1
get-attribute.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected