MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / isObjectLike

Function isObjectLike

libraries/lodash.js:11787–11789  ·  view source on GitHub ↗

* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `valu

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

lodashFunction · 0.85
baseIsArgumentsFunction · 0.85
baseIsArrayBufferFunction · 0.85
baseIsDateFunction · 0.85
baseIsEqualFunction · 0.85
baseIsMapFunction · 0.85
baseIsRegExpFunction · 0.85
baseIsSetFunction · 0.85
baseIsTypedArrayFunction · 0.85
lodash.jsFile · 0.85
isArrayLikeObjectFunction · 0.85
isBooleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected