Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatGuySam/doesitarm
/ isObject
Function
isObject
helpers/check-types.js:55–57 ·
view source on GitHub ↗
( maybeObject )
Source
from the content-addressed store, hash-verified
53
54
55
export
function
isObject( maybeObject ) {
56
return
maybeObject === Object( maybeObject )
57
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected