MCPcopy 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
698function isObject(arg) {
699 return typeof arg === 'object' && arg !== null;
700}
701
702function isUndefined(arg) {
703 return arg === void 0;

Callers 15

jshint.jsFile · 0.70
isRegExpFunction · 0.70
isDateFunction · 0.70
isErrorFunction · 0.70
cacheIndexOfFunction · 0.70
cachePushFunction · 0.70
baseCloneFunction · 0.70
runInContextFunction · 0.70
baseMergeFunction · 0.70
createCtorWrapperFunction · 0.70
isIterateeCallFunction · 0.70
isStrictComparableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected