MCPcopy
hub / github.com/tdewolff/minify / isArray

Function isArray

_benchmarks/sample_echarts.js:471–476  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

469 };
470 }
471 function isArray(value) {
472 if (Array.isArray) {
473 return Array.isArray(value);
474 }
475 return objToString.call(value) === '[object Array]';
476 }
477 function isFunction(value) {
478 return typeof value === 'function';
479 }

Callers 15

mergeFunction · 0.70
HashMapFunction · 0.70
getDataItemValueFunction · 0.70
queryDataIndexFunction · 0.70
leveledFormatFunction · 0.70
formatTplFunction · 0.70
mergeLayoutParamFunction · 0.70
doGuessOrdinalFunction · 0.70
queryByIdOrNameFunction · 0.70
parseRawOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…