MCPcopy Create free account
hub / github.com/clementmihailescu/Sorting-Visualizer / isObjectLike

Function isObjectLike

client/public/bundle.js:23555–23557  ·  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 `value` is object-like, else

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

isPlainObjectFunction · 0.85
isStringFunction · 0.85
isSymbolFunction · 0.85
bundle.jsFile · 0.85
baseIsArgumentsFunction · 0.85
baseIsTypedArrayFunction · 0.85
baseIsEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected