MCPcopy
hub / github.com/facebook/react / isArray

Function isArray

packages/shared/isArray.js:17–19  ·  packages/shared/isArray.js::isArray
(a: mixed)

Source from the content-addressed store, hash-verified

15const isArrayImpl = Array.isArray;
16
17function isArray(a: mixed): boolean {
18 return isArrayImpl(a);
19}
20
21export default isArray;

Callers 15

mapIntoArrayFunction · 0.85
jsxDEVImplFunction · 0.85
constructorMethod · 0.85
ifFunction · 0.85
resolveToJSONFunction · 0.85
diffNestedPropertyFunction · 0.85
addNestedPropertyFunction · 0.85
clearNestedPropertyFunction · 0.85
accumulateFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68