MCPcopy Index your code
hub / github.com/deployd/deployd / isArray

Function isArray

test-app/public/chai.js:8763–8766  ·  view source on GitHub ↗
(ar)

Source from the content-addressed store, hash-verified

8761 }
8762
8763 function isArray(ar) {
8764 return Array.isArray(ar) ||
8765 (typeof ar === 'object' && objectToString(ar) === '[object Array]');
8766 }
8767
8768 function isRegExp(re) {
8769 return typeof re === 'object' && objectToString(re) === '[object RegExp]';

Callers 15

formatValueFunction · 0.70
lodashFunction · 0.70
lazyValueFunction · 0.70
arrayLikeKeysFunction · 0.70
baseCloneFunction · 0.70
baseGetAllKeysFunction · 0.70
baseIsEqualDeepFunction · 0.70
baseIterateeFunction · 0.70
baseMergeDeepFunction · 0.70
baseToStringFunction · 0.70
castPathFunction · 0.70
createAggregatorFunction · 0.70

Calls 1

objectToStringFunction · 0.70

Tested by

no test coverage detected