Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isObject
Function
isObject
lib/web/jshint.js:698–700 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
696
}
697
698
function
isObject(arg) {
699
return
typeof arg ===
'object'
&& arg !== null;
700
}
701
702
function
isUndefined(arg) {
703
return
arg === void 0;
Callers
15
jshint.js
File · 0.70
isRegExp
Function · 0.70
isDate
Function · 0.70
isError
Function · 0.70
cacheIndexOf
Function · 0.70
cachePush
Function · 0.70
baseClone
Function · 0.70
runInContext
Function · 0.70
baseMerge
Function · 0.70
createCtorWrapper
Function · 0.70
isIterateeCall
Function · 0.70
isStrictComparable
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected