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

Function isArrayLike

libraries/lodash.js:11347–11349  ·  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 * @c

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

baseMapFunction · 0.85
createBaseEachFunction · 0.85
createFindFunction · 0.85
isIterateeCallFunction · 0.85
includesFunction · 0.85
lodash.jsFile · 0.85
sizeFunction · 0.85
isArrayLikeObjectFunction · 0.85
isEmptyFunction · 0.85
toArrayFunction · 0.85
keysFunction · 0.85
keysInFunction · 0.85

Calls 2

isLengthFunction · 0.85
isFunctionFunction · 0.70

Tested by

no test coverage detected