MCPcopy Index your code
hub / github.com/plotly/dash / isArray

Function isArray

dash/extract-meta.js:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77const reArray = new RegExp(`(${unionSupport.join('|')}|\\(.+\\)|[A-Z][a-zA-Z]*Value)\\[\\]`);
78
79const isArray = rawType => reArray.test(rawType);
80
81const isUnionLiteral = typeObj =>
82 typeObj.types.every(

Callers 1

getUnionFunction · 0.70

Calls 1

testMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…