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

Function isArrayLike

client/public/bundle.js:25745–25747  ·  view source on GitHub ↗

* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater than or * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @par

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

includesFunction · 0.85
keysFunction · 0.85
isEmptyFunction · 0.85
createBaseEachFunction · 0.85

Calls 2

isLengthFunction · 0.85
isFunctionFunction · 0.85

Tested by

no test coverage detected